fix strategy chart format
Signed-off-by: cleverhu <shouping.hu@daocloud.io>
This commit is contained in:
parent
8aa58ec6cf
commit
7cff69e427
|
@ -15,7 +15,7 @@ spec:
|
|||
replicas: {{ .Values.aggregatedApiServer.replicaCount }}
|
||||
{{- with .Values.aggregatedApiServer.strategy }}
|
||||
strategy:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
template:
|
||||
metadata:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue