Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions deploy/stackit/templates/pki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ spec:
name: {{ include "stackit-cert-manager-webhook.selfSignedIssuer" . }}
commonName: "ca.stackit-cert-manager-webhook.cert-manager"
isCA: true
privateKey:
# Default changed from "Never" to "Always" in cert-manager >= 1.18, ensure
# for now that the behavior does not change when cert-manager is updated.
rotationPolicy: Never

---

Expand Down Expand Up @@ -74,3 +78,7 @@ spec:
- {{ include "stackit-cert-manager-webhook.fullname" . }}
- {{ include "stackit-cert-manager-webhook.fullname" . }}.{{ .Release.Namespace }}
- {{ include "stackit-cert-manager-webhook.fullname" . }}.{{ .Release.Namespace }}.svc
privateKey:
# Default changed from "Never" to "Always" in cert-manager >= 1.18, ensure
# for now that the behavior does not change when cert-manager is updated.
rotationPolicy: Never