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:
karmada-bot 2023-07-28 14:20:39 +08:00 committed by GitHub
commit cf90ffc64f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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