9 lines
327 B
YAML
9 lines
327 B
YAML
# {{ .Values.calico.network }}
|
|
{{- if .Values.calico.enabled }}
|
|
{{- if .Values.calico.values.network }}
|
|
{{ template "kubezero-app.app" dict "root" . "name" "calico" "type" "helm" "retain" true }}
|
|
{{- else }}
|
|
{{ template "kubezero-app.app" dict "root" . "name" "calico" "type" "kustomize" "retain" true }}
|
|
{{- end }}
|
|
{{- end }}
|