kubezero/charts/kubezero/templates/istio-ingress.yaml

9 lines
163 B
YAML
Raw Normal View History

2020-11-24 14:44:57 +00:00
{{- if index .Values "istio-ingress" "enabled" }}
{{ include "kubezero-app.app" . }}
---
apiVersion: v1
kind: Namespace
metadata:
name: istio-ingress
{{- end }}