-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to configure service account for clickhouse instance #463
Comments
👋 Hey @Legion2, the service account is coming from the upstream charts-clickhouse/scripts/clickhouse_operator_sync.sh Lines 1 to 76 in f627a50
My suggestion is to open a PR upstream to either:
Feedback are welcome. Thank you! |
Looks like it is already supported in the ClickHouseInstallation CRD you can specific |
Here an option to configure the serviceAccountName must be added: charts-clickhouse/charts/posthog/templates/clickhouse_instance.yaml Lines 62 to 93 in 90797e6
|
Proposed change
Allow to configure service account for clickhouse instance, to be able to add
eks.amazonaws.com/role-arn
annotation and use IAM roles for service accounts, which is useful for creating backups in S3.Alternative options
IAM roles for service accounts can not be used and aws access key credentials must be used instead.
The text was updated successfully, but these errors were encountered: