Create a namespace withing a chart
This commit is contained in:
6
chart/templates/namespace.yaml
Normal file
6
chart/templates/namespace.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
{{- if .Values.istio.enabled -}}
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: {{ .Values.namespace.name }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user