chore: add helm release namespace check (#6315)
Signed-off-by: hongming <coder.scala@gmail.com>
(cherry picked from commit 65eb534ed9)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
{{- if ne .Release.Namespace "kubesphere-system" }}
|
||||
{{- fail "This Helm release must be installed in the 'kubesphere-system' namespace." }}
|
||||
{{- end }}
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user