Remove blocking helm annotation
This commit is contained in:
parent
cb83fa9c30
commit
2892c7afea
1 changed files with 2 additions and 3 deletions
|
@ -5,11 +5,10 @@ metadata:
|
|||
name: {{ include "mediawiki.fullname" . }}
|
||||
labels:
|
||||
{{- include "mediawiki.labels" . | nindent 4 }}
|
||||
{{- if .Values.persistence.annotations }}
|
||||
annotations:
|
||||
"helm.sh/hook": "pre-install"
|
||||
{{- if .Values.persistence.annotations }}
|
||||
{{ toYaml .Values.persistence.annotations | indent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
spec:
|
||||
accessModes:
|
||||
- {{ .Values.persistence.accessMode | quote }}
|
||||
|
|
Loading…
Reference in a new issue