Skip to content

Commit

Permalink
Enable necessary cert-manager feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Jan 5, 2024
1 parent d82babd commit 0725170
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion k8s/cert-manager/cert-manager.cue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ kustomizations: {
spec: {
chart: spec: #Charts[appName]
interval: "10m0s"
values: installCRDs: true
values: {
installCRDs: true
featureGates: "LiteralCertificateSubject=true"
webhook: featureGates: "LiteralCertificateSubject=true"
}
}
}
"\(appName)-csi-driver": helmrelease.#HelmRelease & {
Expand Down

0 comments on commit 0725170

Please sign in to comment.