Remove blocking helm annotation

This commit is contained in:
paul 2021-01-13 10:25:59 +01:00
parent cb83fa9c30
commit 2892c7afea

View file

@ -5,9 +5,8 @@ metadata:
name: {{ include "mediawiki.fullname" . }}
labels:
{{- include "mediawiki.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": "pre-install"
{{- if .Values.persistence.annotations }}
annotations:
{{ toYaml .Values.persistence.annotations | indent 4 }}
{{- end }}
spec: