helm_chart/HyperPodHelmChart/charts/training-operators/templates/kubeflow-namespace.yaml (
7
lines of code) (
raw
):
{{- if .Values.createNamespace -}} --- apiVersion: v1 kind: Namespace metadata: name: kubeflow {{- end -}}