vectordotdev / helm-charts

Helm charts for Vector.
https://vector.dev
Mozilla Public License 2.0
111 stars 90 forks source link

feat(vector): add annotations for deployment, daemonset, statefulset #280

Closed enicholson125 closed 1 year ago

enicholson125 commented 1 year ago

Would it be alright to add annotations for the pod controller of Vector?

My specific use-case is that ArgoCD deployment doesn't work with the rollWorkload option, so I would like to be able to put the stakater/reloader annotation on the deployment to roll Vector when its ConfigMap dependencies are updated.

enicholson125 commented 1 year ago

Thanks! I've added the value into the aggregators-all test and pulled in the capitalization fix.

enicholson125 commented 1 year ago

Sorry about the test failures - hopefully all working now

neuronull commented 1 year ago

Thanks for the contribution!