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 Nov 13, 2024
1 parent bc04337 commit 4f40e7c
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", "image.pullPolicy=" + kubernetes.GetPullPolicy(imagePullPolicy),
}
Expand Down

0 comments on commit 4f40e7c

Please sign in to comment.