We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0cffc commit 03d1ed8Copy full SHA for 03d1ed8
kubernetes-ingress/templates/namespace.yaml
@@ -25,4 +25,7 @@ metadata:
25
app.kubernetes.io/managed-by: {{ .Release.Service }}
26
app.kubernetes.io/instance: {{ .Release.Name }}
27
app.kubernetes.io/version: {{ .Chart.AppVersion }}
28
+ annotations:
29
+ "helm.sh/hook": "pre-install"
30
+ "helm.sh/hook-weight": "-1"
31
{{- end -}}
0 commit comments