File tree Expand file tree Collapse file tree
2/chart/airflow/templates/worker
3/chart/airflow-3/templates/worker
flink/1.17/chart/flink/templates/taskmanager
opensearch/2.10/chart/opensearch/templates
spark/3.4/chart/spark/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ spec:
274274 name : " data"
275275 {{- if or .Values.worker.persistence.annotations .Values.commonAnnotations }}
276276 {{- $claimAnnotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.worker.persistence.annotations .Values.commonAnnotations ) "context" . ) }}
277- annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 4 }}
277+ annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 10 }}
278278 {{- end }}
279279 {{- if .Values.commonLabels }}
280280 labels : {{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 10 }}
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ spec:
335335 name : " data"
336336 {{- if or .Values.worker.persistence.annotations .Values.commonAnnotations }}
337337 {{- $claimAnnotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.worker.persistence.annotations .Values.commonAnnotations ) "context" . ) }}
338- annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 4 }}
338+ annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 10 }}
339339 {{- end }}
340340 {{- if .Values.commonLabels }}
341341 labels : {{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 10 }}
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ spec:
185185 name : " data"
186186 {{- if or .Values.taskmanager.persistence.annotations .Values.commonAnnotations }}
187187 {{- $claimAnnotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.taskmanager.persistence.annotations .Values.commonAnnotations ) "context" . ) }}
188- annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 4 }}
188+ annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 10 }}
189189 {{- end }}
190190 {{- if .Values.commonLabels }}
191191 labels : {{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 10 }}
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ spec:
337337 name : " data"
338338 {{- if or .Values.data.persistence.annotations .Values.commonAnnotations }}
339339 {{- $claimAnnotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.data.persistence.annotations .Values.commonAnnotations ) "context" . ) }}
340- annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 4 }}
340+ annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 10 }}
341341 {{- end }}
342342 {{- if .Values.commonLabels }}
343343 labels : {{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 10 }}
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ spec:
349349 name : " data"
350350 {{- if or .Values.master.persistence.annotations .Values.commonAnnotations }}
351351 {{- $claimAnnotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.master.persistence.annotations .Values.commonAnnotations ) "context" . ) }}
352- annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 4 }}
352+ annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 10 }}
353353 {{- end }}
354354 {{- if .Values.commonLabels }}
355355 labels : {{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 10 }}
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ spec:
364364 name : " work-data"
365365 {{- if or .Values.master.persistence.annotations .Values.commonAnnotations }}
366366 {{- $claimAnnotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.master.persistence.annotations .Values.commonAnnotations ) "context" . ) }}
367- annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 4 }}
367+ annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 10 }}
368368 {{- end }}
369369 {{- if .Values.commonLabels }}
370370 labels : {{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 10 }}
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ spec:
388388 name : " work-data"
389389 {{- if or .Values.worker.persistence.annotations .Values.commonAnnotations }}
390390 {{- $claimAnnotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.worker.persistence.annotations .Values.commonAnnotations ) "context" . ) }}
391- annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 4 }}
391+ annotations : {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $) | nindent 10 }}
392392 {{- end }}
393393 {{- if .Values.commonLabels }}
394394 labels : {{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 10 }}
You can’t perform that action at this time.
0 commit comments