You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is a piece of values.yaml file with the yaml configuration responsible for creating a k8s service account. And although the account creation itself works fine, adding annotations does not. It looks like the service account template contains a reference to non-existent entries.
Describe the bug
Below is a piece of
values.yaml
file with the yaml configuration responsible for creating a k8s service account. And although the account creation itself works fine, adding annotations does not. It looks like the service account template contains a reference to non-existent entries.Below is the output generated from the above configuration – the annotation section is missing.
Version of Helm and Kubernetes
Chart version
jenkins-4.9.2
What happened?
values.yaml
filekubectl get sa test-jenkins -n test-jenkins -o yaml
What you expected to happen?
I want to be able to add annotations to the Jenkins service account
How to reproduce it
Anything else we need to know?
N/A
The text was updated successfully, but these errors were encountered: