kubezero/charts/kubezero/templates/calico.yaml

4 lines
149 B
YAML

{{- if .Values.calico.enabled }}
{{ template "kubezero-app.app" dict "root" . "name" "calico" "type" .Values.calico.type "retain" true }}
{{- end }}