chore: add helm release namespace check (#6315)

Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
hongming
2024-12-16 18:47:59 +08:00
committed by GitHub
parent 54f4a9b893
commit 65eb534ed9

View File

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