From 0832ea8f86294ad4b609a1561836913094fb74f3 Mon Sep 17 00:00:00 2001 From: Rares Mironeasa Date: Fri, 1 Jul 2022 17:24:18 +0300 Subject: [PATCH] set default key rotation policy --- .../charts/redpanda-operator/templates/certificate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/go/k8s/helm-chart/charts/redpanda-operator/templates/certificate.yaml b/src/go/k8s/helm-chart/charts/redpanda-operator/templates/certificate.yaml index 8244a537bafc..7aad1a93f6ba 100644 --- a/src/go/k8s/helm-chart/charts/redpanda-operator/templates/certificate.yaml +++ b/src/go/k8s/helm-chart/charts/redpanda-operator/templates/certificate.yaml @@ -24,4 +24,6 @@ spec: kind: Issuer name: {{ include "redpanda-operator.fullname" . }}-selfsigned-issuer secretName: {{ include "redpanda-operator.webhook-cert" . }} + privateKey: + rotationPolicy: Never {{- end }}