mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-23 12:06:20 +10:00
[bitnami/elasticsearch] YAML indentation fix (#8388)
* Fixed indentation bug in ingest template * Version bump Co-authored-by: Martin Franz <m.franz@vilingo.com>
This commit is contained in:
co-authored by
Martin Franz
parent
5fe604a9ad
commit
042ba240be
@@ -102,7 +102,7 @@ spec:
|
||||
{{- if or .Values.ingest.containerSecurityContext.enabled .Values.ingest.securityContext.enabled }}
|
||||
securityContext:
|
||||
{{- if .Values.ingest.containerSecurityContext.enabled }}
|
||||
{{- omit .Values.ingest.containerSecurityContext "enabled" | toYaml | nindent 8 }}
|
||||
{{- omit .Values.ingest.containerSecurityContext "enabled" | toYaml | nindent 12 }}
|
||||
{{- else }}
|
||||
runAsUser: {{ .Values.ingest.securityContext.runAsUser }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user