Merge pull request #2777 from calvin0327/optimize-pod-start-order

chart: optimize pod startup order
This commit is contained in:
karmada-bot 2022-11-16 09:41:26 +08:00 committed by GitHub
commit d3b19ed744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: