Skip to content

Commit cf17de9

Browse files
drop helm hooks for certmanager webhook
1 parent 94e88b9 commit cf17de9

File tree

6 files changed

+1
-11
lines changed

6 files changed

+1
-11
lines changed

charts/runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: runtime
33
description: Sets up the basic dependencies needed to get a network stack running
44
type: application
5-
version: 0.1.31
5+
version: 0.1.32
66
appVersion: "0.1.0"
77
dependencies:
88
- name: external-dns
-56.4 KB
Binary file not shown.
-56.4 KB
Binary file not shown.
56.5 KB
Binary file not shown.

charts/runtime/charts/plural-certmanager-webhook/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ metadata:
77
chart: {{ include "plural-webhook.chart" . }}
88
release: {{ .Release.Name }}
99
heritage: {{ .Release.Service }}
10-
annotations:
11-
"helm.sh/hook": post-install,post-upgrade
1210
spec:
1311
replicas: {{ .Values.replicaCount }}
1412
selector:

charts/runtime/charts/plural-certmanager-webhook/templates/pki.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ metadata:
1111
chart: {{ include "plural-webhook.chart" . }}
1212
release: {{ .Release.Name }}
1313
heritage: {{ .Release.Service }}
14-
annotations:
15-
"helm.sh/hook": post-install,post-upgrade
1614
spec:
1715
selfSigned: {}
1816

@@ -29,8 +27,6 @@ metadata:
2927
chart: {{ include "plural-webhook.chart" . }}
3028
release: {{ .Release.Name }}
3129
heritage: {{ .Release.Service }}
32-
annotations:
33-
"helm.sh/hook": post-install,post-upgrade
3430
spec:
3531
secretName: {{ include "plural-webhook.rootCACertificate" . }}
3632
duration: 43800h # 5y
@@ -52,8 +48,6 @@ metadata:
5248
chart: {{ include "plural-webhook.chart" . }}
5349
release: {{ .Release.Name }}
5450
heritage: {{ .Release.Service }}
55-
annotations:
56-
"helm.sh/hook": post-install,post-upgrade
5751
spec:
5852
ca:
5953
secretName: {{ include "plural-webhook.rootCACertificate" . }}
@@ -71,8 +65,6 @@ metadata:
7165
chart: {{ include "plural-webhook.chart" . }}
7266
release: {{ .Release.Name }}
7367
heritage: {{ .Release.Service }}
74-
annotations:
75-
"helm.sh/hook": post-install,post-upgrade
7668
spec:
7769
secretName: {{ include "plural-webhook.servingCertificate" . }}
7870
duration: 8760h # 1y

0 commit comments

Comments
 (0)