fluentd-kubernetes-sumologic
fluentd-kubernetes-sumologic copied to clipboard
Allow ability to set annotations in the daemonSet in Helm Chart
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 looks like this is already supported https://github.com/helm/charts/blob/master/stable/sumologic-fluentd/values.yaml#L8
No, to be clear, I am asking for the ability to set annotations on the daemonset resource itself.
@derrickburns Thanks for clarification. I've created a PR here to address your request https://github.com/helm/charts/pull/17055