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 25, 2023
1 parent fb317bd commit ce080fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/karmada/templates/karmada-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce080fc

Please sign in to comment.