replace podAntiAffinity namespaces with helm release name

Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
Roland.Ma
2021-05-26 09:17:35 +00:00
parent dc3d5bf08c
commit 999711f1cf
3 changed files with 3 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ spec:
values:
- ks-controller-manager
namespaces:
- kubesphere-system
- {{ .Release.Namespace }}
{{- end }}
---