chart: optimize pod startup order

Signed-off-by: calvin <wen.chen@daocloud.io>
This commit is contained in:
calvin 2022-11-11 17:12:29 +08:00
parent 3698c92bcf
commit 222f96a2b7
1 changed files with 3 additions and 0 deletions

View File

@ -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: