-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2.18] cert-manager: Backport cert-manager leader election namespace …
…fixes from master (#8681) 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)
- Loading branch information
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
roles/kubernetes-apps/ingress_controller/cert_manager/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters