Create a namespace withing a chart

This commit is contained in:
Nikolai Rodionov
2023-02-25 21:01:16 +01:00
parent 84305e1e0e
commit fc92125a03
4 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,6 @@
{{- if .Values.istio.enabled -}}
apiVersion: v1
kind: Namespace
metadata:
name: {{ .Values.namespace.name }}
{{- end }}