58bea67b68
cherry-picked from *ccd3180
cert-manager: Fix incorrect leader election namespace lead to insufficient permission (#8433) *e791089
cert-manager: Allow to change leader election namespace for GKE Autopilot support (#8424)
7 lines
298 B
YAML
7 lines
298 B
YAML
---
|
|
cert_manager_namespace: "cert-manager"
|
|
cert_manager_user: 1001
|
|
|
|
## 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
|