File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 3434 name : {{ include "stackit-cert-manager-webhook.selfSignedIssuer" . }}
3535 commonName : " ca.stackit-cert-manager-webhook.cert-manager"
3636 isCA : true
37+ privateKey :
38+ # Default changed from "Never" to "Always" in cert-manager >= 1.18, ensure
39+ # for now that the behavior does not change when cert-manager is updated.
40+ rotationPolicy : Never
3741
3842---
3943
7478 - {{ include "stackit-cert-manager-webhook.fullname" . }}
7579 - {{ include "stackit-cert-manager-webhook.fullname" . }}.{{ .Release.Namespace }}
7680 - {{ include "stackit-cert-manager-webhook.fullname" . }}.{{ .Release.Namespace }}.svc
81+ privateKey :
82+ # Default changed from "Never" to "Always" in cert-manager >= 1.18, ensure
83+ # for now that the behavior does not change when cert-manager is updated.
84+ rotationPolicy : Never
You can’t perform that action at this time.
0 commit comments