jenkinsci / helm-charts

Jenkins helm charts
https://artifacthub.io/packages/helm/jenkinsci/jenkins
Apache License 2.0
550 stars 873 forks source link

Add ability to provide annotations to the jcasc config configmap #1120

Closed hrivera-ntap closed 4 weeks ago

hrivera-ntap commented 4 weeks ago

Is your feature request related to a problem? Please describe

I need to be able to set annotations on this configmap.

Describe the solution you'd like

The template file charts/jenkins/templates/jcasc-config.yaml should provide a mechanism to override the annotations similar to how the other resource template files provide. For example, the service resource uses a style like this: charts/jenkins/templates/jenkins-controller-svc.yaml

Describe alternatives you've considered

No response

Additional context

No response