Skip to content

Commit 2945d69

Browse files
fix: Certificate name mismatch
Signed-off-by: Rahul Vishwakarma <[email protected]>
1 parent 7394488 commit 2945d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/cert-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
apiVersion: cert-manager.io/v1
1313
kind: Certificate
1414
metadata:
15-
name: webhook1-certificate
15+
name: "{{ .Values.webhook.name }}-certificate" #webhook1-certificate
1616
namespace: {{ .Values.image.namespace }}
1717
spec:
1818
secretName: "{{ .Chart.Name }}-tls" # Secret mounted in deployment

0 commit comments

Comments
 (0)