diff --git a/charts/redis-operator/templates/operator-deployment.yaml b/charts/redis-operator/templates/operator-deployment.yaml index 97b6e53d..95357602 100644 --- a/charts/redis-operator/templates/operator-deployment.yaml +++ b/charts/redis-operator/templates/operator-deployment.yaml @@ -78,4 +78,4 @@ spec: - name: cert secret: defaultMode: 420 - secretName: webhook-server-cert \ No newline at end of file + secretName: {{ .Values.certificate.secretName }} \ No newline at end of file