fluentd-kubernetes-sumologic icon indicating copy to clipboard operation
fluentd-kubernetes-sumologic copied to clipboard

Allow ability to set annotations in the daemonSet in Helm Chart

Open derrickburns opened this issue 6 years ago • 3 comments

To use the reloader, I need to add an annotation to the daemon set. For fully automated deployment, I need to do this via the helm chart.

Please add the ability to provide annotations on daemon sets.

derrickburns avatar Jul 26 '19 16:07 derrickburns

@derrickburns looks like this is already supported https://github.com/helm/charts/blob/master/stable/sumologic-fluentd/values.yaml#L8

Constantin07 avatar Sep 10 '19 08:09 Constantin07

No, to be clear, I am asking for the ability to set annotations on the daemonset resource itself.

derrickburns avatar Sep 10 '19 14:09 derrickburns

@derrickburns Thanks for clarification. I've created a PR here to address your request https://github.com/helm/charts/pull/17055

Constantin07 avatar Sep 10 '19 21:09 Constantin07