mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
optimize extraPodSpec style for pod tpl (#13110)
Signed-off-by: cleverhu <shouping.hu@daocloud.io> Signed-off-by: cleverhu <shouping.hu@daocloud.io>
This commit is contained in:
@@ -26,4 +26,4 @@ name: tomcat
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/tomcat
|
||||
- http://tomcat.apache.org
|
||||
version: 10.4.8
|
||||
version: 10.4.9
|
||||
|
||||
@@ -191,6 +191,6 @@ volumes:
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- if .Values.extraPodSpec }}
|
||||
{{ include "common.tplvalues.render" (dict "value" .Values.extraPodSpec "context" $) }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.extraPodSpec "context" $) | nindent 0}}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user