fix strategy chart format

Signed-off-by: cleverhu <shouping.hu@daocloud.io>
This commit is contained in:
cleverhu 2022-11-22 16:22:34 +08:00
parent 8aa58ec6cf
commit 7cff69e427
8 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@ spec:
replicas: {{ .Values.aggregatedApiServer.replicaCount }}
{{- with .Values.aggregatedApiServer.strategy }}
strategy:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 4 }}
{{- end }}
template:
metadata:

View File

@ -14,7 +14,7 @@ spec:
{{- include "karmada.apiserver.labels" . | nindent 6 }}
{{- with .Values.apiServer.strategy }}
strategy:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 4 }}
{{- end }}
template:
metadata:

View File

@ -17,7 +17,7 @@ spec:
{{- include "karmada.cm.labels" . | nindent 6 }}
{{- with .Values.controllerManager.strategy }}
strategy:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 4 }}
{{- end }}
template:
metadata:

View File

@ -14,7 +14,7 @@ spec:
{{- include "karmada.descheduler.labels" . | nindent 6 }}
{{- with .Values.descheduler.strategy }}
strategy:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 4 }}
{{- end }}
template:
metadata:

View File

@ -18,7 +18,7 @@ spec:
{{- include "karmada.schedulerEstimator.labels" . | nindent 6 }}
{{- with .Values.schedulerEstimator.strategy }}
strategy:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 4 }}
{{- end }}
template:
metadata:

View File

@ -15,7 +15,7 @@ spec:
{{- include "karmada.scheduler.labels" . | nindent 6 }}
{{- with .Values.scheduler.strategy }}
strategy:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 4 }}
{{- end }}
template:
metadata:

View File

@ -15,7 +15,7 @@ spec:
{{- include "karmada.webhook.labels" . | nindent 6 }}
{{- with .Values.webhook.strategy }}
strategy:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 4 }}
{{- end }}
template:
metadata:

View File

@ -15,7 +15,7 @@ spec:
{{- include "karmada.kube-cm.labels" . | nindent 6 }}
{{- with .Values.kubeControllerManager.strategy }}
strategy:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 4 }}
{{- end }}
template:
metadata: