2020-07-05 22:42:23 +00:00
|
|
|
# {{ .Values.calico.network }}
|
2020-05-05 14:21:09 +00:00
|
|
|
{{- if .Values.calico.enabled }}
|
2020-07-07 12:50:08 +00:00
|
|
|
{{- if .Values.calico.values.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 }}
|
2020-05-05 14:21:09 +00:00
|
|
|
{{- end }}
|
2020-07-05 22:42:23 +00:00
|
|
|
{{- end }}
|