Skip to content

Commit 271c372

Browse files
committed
Wrap the hook cm in an "if development"
1 parent c624b37 commit 271c372

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deployment/templates/configmap-hook.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{- if .Values.development }}
12
apiVersion: v1
23
data:
34
webhooks.yaml: |
@@ -10,4 +11,5 @@ data:
1011
{{- end }}
1112
kind: ConfigMap
1213
metadata:
13-
name: hook-cm
14+
name: hook-cm
15+
{{- end }}

0 commit comments

Comments
 (0)