rancher-partner-charts/charts/fairwinds/polaris/5.17.0/templates/0-namespace.yaml

7 lines
118 B
YAML

{{- if .Values.templateOnly -}}
apiVersion: v1
kind: Namespace
metadata:
name: {{ .Release.Namespace }}
{{- end -}}