kubernetes-operator/chart/jenkins-operator/templates
Oleksandr Kovalchuk aedc2aff59
Add handling of empty WATCH_NAMESPACE value of jenkins.namespace (#609)
* Add note that jenkins.namespace also affects jenkins-operator resources

* Add handling of empty WATCH_NAMESPACE value of jenkins.namespace

If jenkins.namespace is set to "", it leads to WATCH_NAMESPACE
environment value of Jenkins Operator itself to be set to "", which
leads that operator watches all namespaces (see
https://github.com/jenkinsci/kubernetes-operator/issues/77#issuecomment-523727092).
This case requires custom handling: instead of creating role and
role_binding we need to create clusterrole and clusterrolebinding with
the required permissions.

* Bump chart version

* Fix grammar as suggested by @Sig00rd

Co-authored-by: Sig00rd <sz.fugas@gmail.com>
2021-08-10 11:36:53 +02:00
..
NOTES.txt Improve helm CR, add helm goals to Makefile 2019-09-18 12:09:25 +02:00
_helpers.tpl Add helm chart 2019-09-18 09:47:17 +02:00
_role.yaml Add handling of empty WATCH_NAMESPACE value of jenkins.namespace (#609) 2021-08-10 11:36:53 +02:00
backup.yaml #349 Fix Helm upgrade issue with PVC 2020-06-07 12:10:03 +02:00
configuration.yaml Fix helm chart 2020-04-29 16:52:37 +02:00
jenkins.yaml Helm Chart: Remove empty priorityClassName from Jenkins template (#618) 2021-08-09 14:57:00 +02:00
leader_election_role.yaml Migrate Helm Chart to OSDK v1.3.0 (#551) 2021-04-29 13:50:06 +02:00
leader_election_role_binding.yaml Migrate Helm Chart to OSDK v1.3.0 (#551) 2021-04-29 13:50:06 +02:00
operator.yaml Migrate Helm Chart to OSDK v1.3.0 (#551) 2021-04-29 13:50:06 +02:00
role.yaml Fix WATCH_NAMESPACE in helm chart (#547) 2021-04-27 15:36:09 +02:00
role_binding.yaml Add handling of empty WATCH_NAMESPACE value of jenkins.namespace (#609) 2021-08-10 11:36:53 +02:00
secret.yaml Refactor the Helm chart (#300) 2020-04-01 18:54:27 +02:00
service_account.yaml Add helm chart 2019-09-18 09:47:17 +02:00