Skip to content

Commit a97c47e

Browse files
authored
Merge pull request #9 from bjw-s/patch-1
fix: The Helm Chart PKI had a duplicate certificate
2 parents fd691d9 + d9c522d commit a97c47e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/chart/fluxcd-mutating-webhook/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: kustomize-mutating-webhook
33
description: A Helm chart for FluxCD Kustomize Mutating Webhook
44
type: application
5-
version: 0.2.3
5+
version: 0.2.4
66
appVersion: "1.0.0"

deploy/chart/fluxcd-mutating-webhook/templates/pki.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
apiVersion: cert-manager.io/v1
1616
kind: Certificate
1717
metadata:
18-
name: {{ include "kustomize-mutating-webhook.fullname" . }}
18+
name: {{ include "kustomize-mutating-webhook.fullname" . }}-ca
1919
labels:
2020
{{- include "kustomize-mutating-webhook.labels" . | nindent 4 }}
2121
spec:

0 commit comments

Comments
 (0)