chart: optimize pod startup order
Signed-off-by: calvin <wen.chen@daocloud.io>
This commit is contained in:
parent
3698c92bcf
commit
222f96a2b7
|
@ -7,6 +7,9 @@ metadata:
|
|||
namespace: {{ include "karmada.namespace" . }}
|
||||
labels:
|
||||
{{- include "karmada.cm.labels" . | nindent 4 }}
|
||||
annotations:
|
||||
"helm.sh/hook": post-install
|
||||
"helm.sh/hook-weight": "2"
|
||||
spec:
|
||||
replicas: {{ .Values.controllerManager.replicaCount }}
|
||||
selector:
|
||||
|
|
Loading…
Reference in New Issue