Skip to content

Commit

Permalink
fix: can not upgrade karmada controller manager deployment with helm …
Browse files Browse the repository at this point in the history
…upgrade

Signed-off-by: coderth <[email protected]>
  • Loading branch information
CoderTH committed Jul 20, 2023
1 parent fb317bd commit 264ea41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/karmada/templates/karmada-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
labels:
{{- include "karmada.cm.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": post-install
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "2"
spec:
replicas: {{ .Values.controllerManager.replicaCount }}
Expand Down

0 comments on commit 264ea41

Please sign in to comment.