We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd691d9 + d9c522d commit a97c47eCopy full SHA for a97c47e
deploy/chart/fluxcd-mutating-webhook/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: kustomize-mutating-webhook
3
description: A Helm chart for FluxCD Kustomize Mutating Webhook
4
type: application
5
-version: 0.2.3
+version: 0.2.4
6
appVersion: "1.0.0"
deploy/chart/fluxcd-mutating-webhook/templates/pki.yaml
@@ -15,7 +15,7 @@ spec:
15
apiVersion: cert-manager.io/v1
16
kind: Certificate
17
metadata:
18
- name: {{ include "kustomize-mutating-webhook.fullname" . }}
+ name: {{ include "kustomize-mutating-webhook.fullname" . }}-ca
19
labels:
20
{{- include "kustomize-mutating-webhook.labels" . | nindent 4 }}
21
spec:
0 commit comments