Don't create namespace in cluster_config
This commit is contained in:
parent
175164a96f
commit
6fc002bcaf
|
@ -1,8 +1,4 @@
|
|||
{{- if .Values.vault.enabled -}}
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: {{ $.Values.vault.namespace }}
|
||||
{{- range .Values.vault.applicationNamespaces }}
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
Reference in New Issue