We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great to support passing serviceAccount section like other Helm charts such as https://github.com/bitnami/charts/blob/main/bitnami/mlflow/values.yaml#L751-L764.
serviceAccount
So it would be something like
image: repository: docker.io/tailwarden/komiser tag: 3.1.18 aws: region: us-west-2 externalDatabase: dialectDriver: postgresql host: production-hm-komiser-postgres.xxx.us-west-2.rds.amazonaws.com port: 5432 database: komiser_db user: komiser_user existingSecret: hm-komiser-secret existingSecretPasswordKey: komiser_password
Thanks! ☺️
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be great to support passing
serviceAccount
section like other Helm charts such as https://github.com/bitnami/charts/blob/main/bitnami/mlflow/values.yaml#L751-L764.So it would be something like
Thanks!☺️
The text was updated successfully, but these errors were encountered: