helm
helm copied to clipboard
Gremlin helm chart does not support passing annotation to daemonset and chao workloads
Use case: I am trying to integrate gremlin secrets with vault and need to pass the following annotation to the workloads
vault.hashicorp.com/agent-inject: 'true'
vault.hashicorp.com/role: 'vault-role'
vault.hashicorp.com/agent-inject-secret-database-config.txt: 'path/to/secret'
at the moment that is not possible, since helm chart does not provide a way to pass annotations to workloads.