cert-manager: Allow to change leader election namespace for GKE Autopilot support (#8424)

More information:

- kubernetes-sigs/kubespray#8393
- jetstack/cert-manager#4102
- jetstack/cert-manager#3717
This commit is contained in:
rtsp
2022-01-15 03:54:26 +07:00
committed by GitHub
parent 01dcbc18ac
commit ccd3180a69
3 changed files with 7 additions and 2 deletions

View File

@@ -4,3 +4,7 @@ cert_manager_user: 1001
cert_manager_tolerations: []
cert_manager_affinity: {}
cert_manager_nodeselector: {}
## Change leader election namespace when deploying on GKE Autopilot that forbid the changes on kube-system namespace.
## See https://github.com/jetstack/cert-manager/issues/3717
cert_manager_leader_election_namespace: kube-system