mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 06:47:32 +08:00
fix initcontainer usage (#6112)
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user