Add namespace in cluster_setup

This commit is contained in:
Jim Martens 2023-11-06 17:58:43 +01:00
parent bc56423183
commit dbf1dc685a
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
{{- range .Values.vault.applicationNamespaces }}
---
apiVersion: v1
kind: Namespace
metadata:
name: {{ .name }}
---
apiVersion: v1
kind: Secret
metadata:
name: vault-service-principal