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

7 lines
118 B
YAML
Raw Normal View History

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