kubezero/charts/kubezero/templates/calico.yaml

9 lines
320 B
YAML
Raw Normal View History

2020-07-05 22:42:23 +00:00
# {{ .Values.calico.network }}
{{- if .Values.calico.enabled }}
2020-07-05 22:42:23 +00:00
{{- if .Values.calico.network }}
2020-07-06 11:32:24 +00:00
{{ template "kubezero-app.app" dict "root" . "name" "calico" "type" "helm" "retain" true }}
2020-07-05 22:42:23 +00:00
{{- else }}
2020-05-19 11:07:58 +00:00
{{ template "kubezero-app.app" dict "root" . "name" "calico" "type" "kustomize" "retain" true }}
{{- end }}
2020-07-05 22:42:23 +00:00
{{- end }}