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
kubernetes-operator is given all needed RBAC permissions
Actual Behavior
When updating Jenkins with new ServiceAccount annotations, the update fails with error:
serviceaccounts "jenkins-operator-jenkins" is forbidden: User "system:serviceaccount:jenkins:jenkins-operator" cannot update resource "serviceaccounts" in API group "" in the namespace "jenkins"
Steps to Reproduce the Problem
Deploy Jenkins 2.222.3 with kubernetes-operator v0.4.0 using helm chart 0.2.0 onto Kuberentes 1.15.11
Change the annotations under
spec:
serviceAccount:
annotations:
in the Jenkins Resource
3. View the logs of the kubernetes-operator
The text was updated successfully, but these errors were encountered:
Expected Behavior
kubernetes-operator is given all needed RBAC permissions
Actual Behavior
When updating Jenkins with new ServiceAccount annotations, the update fails with error:
Steps to Reproduce the Problem
in the Jenkins Resource
3. View the logs of the kubernetes-operator
The text was updated successfully, but these errors were encountered: