replace podAntiAffinity namespaces with helm release name
Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
@@ -83,7 +83,7 @@ spec:
|
||||
values:
|
||||
- ks-apiserver
|
||||
namespaces:
|
||||
- kubesphere-system
|
||||
- {{ .Release.Namespace }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- hostPath:
|
||||
|
||||
@@ -71,7 +71,7 @@ spec:
|
||||
values:
|
||||
- ks-console
|
||||
namespaces:
|
||||
- kubesphere-system
|
||||
- {{ .Release.Namespace }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- configMap:
|
||||
|
||||
@@ -101,7 +101,7 @@ spec:
|
||||
values:
|
||||
- ks-controller-manager
|
||||
namespaces:
|
||||
- kubesphere-system
|
||||
- {{ .Release.Namespace }}
|
||||
{{- end }}
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user