mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/mongodb] whitespace preventing YAML from being parsed (#20219)
* removing space preventing yaml from being parsed Signed-off-by: John Green <2583527+johnggreen@users.noreply.github.com> * bumping mongodb chart version Signed-off-by: John Green <2583527+johnggreen@users.noreply.github.com> --------- Signed-off-by: John Green <2583527+johnggreen@users.noreply.github.com>
This commit is contained in:
@@ -28,5 +28,5 @@ spec:
|
||||
{{- end }}
|
||||
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.hidden.podLabels .Values.commonLabels ) "context" . ) }}
|
||||
selector: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 4 }}
|
||||
app.kubernetes.io/component: hidden
|
||||
app.kubernetes.io/component: hidden
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user