Skip to content

Commit 32c8b62

Browse files
committed
fix: remove pre-install hooks from cert-manager assets
Signed-off-by: Artur Shad Nik <[email protected]>
1 parent 4a6b610 commit 32c8b62

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

fleetconfig-controller/charts/fleetconfig-controller/templates/admission-webhooks/serving-cert.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ metadata:
66
namespace: {{ .Release.Namespace }}
77
annotations:
88
{{- include "chart.annotations" . | nindent 4 }}
9-
"helm.sh/hook": pre-install,pre-upgrade
109
labels:
1110
{{- include "chart.labels" . | nindent 4 }}
1211
spec:

fleetconfig-controller/charts/fleetconfig-controller/templates/clusterissuer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: ClusterIssuer
55
metadata:
66
name: fleetconfig-controller
77
annotations:
8-
helm.sh/hook: pre-install,pre-upgrade
8+
{{ include "chart.annotations" . | nindent 4 }}
99
spec:
1010
{{ .Values.certificates.clusterIssuer.spec | toYaml | indent 2 }}
1111
{{- end -}}

fleetconfig-controller/hack/dev/cluster-issuer.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@ apiVersion: cert-manager.io/v1
22
kind: ClusterIssuer
33
metadata:
44
name: fleetconfig-controller
5-
annotations:
6-
helm.sh/hook: pre-install,pre-upgrade
75
spec:
86
selfSigned: {}

0 commit comments

Comments
 (0)