fix initcontainer usage (#6112)

Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
André Bauer
2021-04-16 10:02:12 +02:00
committed by GitHub
parent 20a412fc34
commit 780257596f
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ name: phpbb
sources:
- https://github.com/bitnami/bitnami-docker-phpbb
- https://www.phpbb.com/
version: 10.1.5
version: 10.1.6

View File

@@ -81,7 +81,7 @@ spec:
mountPath: /bitnami/phpbb
{{- end }}
{{- if .Values.initContainers }}
{{- include "common.tplvalues.render" (dict "value" .Values.core.initContainers "context" $) | nindent 8 }}
{{- include "common.tplvalues.render" (dict "value" .Values.initContainers "context" $) | nindent 8 }}
{{- end }}
containers:
- name: phpbb