-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
Description
Is your feature request related to a problem? Please describe.
We need to set an annotation to kanister-operator
, but unfortunately the Helm chart does not support this.
Describe the solution you'd like
Annotations should be configurable for the operator via values.yaml
like they are already for the serviceAccount:
kanister/helm/kanister-operator/values.yaml
Lines 19 to 22 in 01bd935
serviceAccount: | |
create: true | |
name: | |
annotations: |
timmy-ndr and viveksinghggits