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

@@ -83,7 +83,7 @@ spec:
values:
- ks-apiserver
namespaces:
- kubesphere-system
- {{ .Release.Namespace }}
{{- end }}
volumes:
- hostPath:

View File

@@ -71,7 +71,7 @@ spec:
values:
- ks-console
namespaces:
- kubesphere-system
- {{ .Release.Namespace }}
{{- end }}
volumes:
- configMap:

View File

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