Merge pull request #3818 from CoderTH/fix-controller-helm-upgrade
fix: can not upgrade karmada controller manager deployment with helm upgrade
This commit is contained in:
commit
cf90ffc64f
|
@ -8,9 +8,6 @@ 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