mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[bitnami/tomcat] initContainers and sidecars indent fix (#6513)
* Fix of issue #6501 - initContainers and sidecars indent * initContainers indent change * tomcat chart version bump to 9.2.9
This commit is contained in:
@@ -43,7 +43,7 @@ initContainers:
|
||||
mountPath: /bitnami/tomcat
|
||||
{{- end }}
|
||||
{{- if .Values.initContainers }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.initContainers "context" $) }}
|
||||
{{ include "common.tplvalues.render" (dict "value" .Values.initContainers "context" $) }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: tomcat
|
||||
@@ -110,7 +110,7 @@ containers:
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- if .Values.sidecars }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.sidecars "context" $) }}
|
||||
{{ include "common.tplvalues.render" ( dict "value" .Values.sidecars "context" $) }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
{{- if and .Values.persistence.enabled (eq .Values.deployment.type "deployment") }}
|
||||
|
||||
Reference in New Issue
Block a user