File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed
Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ podDisruptionBudget :
2+ maxUnavailable : 1
3+ unhealthyPodEvictionPolicy : AlwaysAllow
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ kind: PodDisruptionBudget
386386metadata:
387387 name: { { include (printf " retool.%sWorker.name" $workerType ) $ } }
388388spec:
389- { { toYaml $.Values.podDisruptionBudget } }
389+ { {- toYaml $.Values.podDisruptionBudget | nindent 2 } }
390390 selector:
391391 matchLabels:
392392 { {- include (printf " retool.%sWorker.selectorLabels" $workerType ) $ | nindent 6 } }
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ kind: PodDisruptionBudget
387387metadata :
388388 name : {{ template "retool.fullname" . }}
389389spec :
390- {{ toYaml .Values.podDisruptionBudget }}
390+ {{- toYaml .Values.podDisruptionBudget | nindent 2 }}
391391 selector :
392392 matchLabels :
393393 {{- include "retool.selectorLabels" . | nindent 6 }}
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ kind: PodDisruptionBudget
155155metadata :
156156 name : {{ template "retool.codeExecutor.name" . }}
157157spec :
158- {{ toYaml .Values.podDisruptionBudget }}
158+ {{- toYaml .Values.podDisruptionBudget | nindent 2 }}
159159 selector :
160160 matchLabels :
161161 {{- include "retool.codeExecutor.selectorLabels" . | nindent 6 }}
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ kind: PodDisruptionBudget
258258metadata :
259259 name : {{ include "retool.dbconnector.name" . }}
260260spec :
261- {{ toYaml .Values.podDisruptionBudget }}
261+ {{- toYaml .Values.podDisruptionBudget | nindent 2 }}
262262 selector :
263263 matchLabels :
264264 {{- include "retool.dbconnector.selectorLabels" . | nindent 6 }}
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ kind: PodDisruptionBudget
343343metadata :
344344 name : {{ include "retool.workflowBackend.name" . }}
345345spec :
346- {{ toYaml .Values.podDisruptionBudget }}
346+ {{- toYaml .Values.podDisruptionBudget | nindent 2 }}
347347 selector :
348348 matchLabels :
349349 {{- include "retool.workflowBackend.selectorLabels" . | nindent 6 }}
You can’t perform that action at this time.
0 commit comments