Skip to content

Commit

Permalink
Add crds.keep value for cert-manager to keep feature parity with inst…
Browse files Browse the repository at this point in the history
…allCRDs
  • Loading branch information
cbosdo committed Sep 11, 2024
1 parent 85988b4 commit 7329cb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mgradm/shared/kubernetes/certificates.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ func installCertManager(helmFlags *cmd_utils.HelmFlags, kubeconfig string, image

args := []string{
"--set", "crds.enabled=true",
"--set", "crds.keep=true",
"--set-json", "global.commonLabels={\"installedby\": \"mgradm\"}",
"--set", "images.pullPolicy=" + kubernetes.GetPullPolicy(imagePullPolicy),
}
Expand Down

0 comments on commit 7329cb8

Please sign in to comment.