23 lines
406 B
YAML
23 lines
406 B
YAML
|
{{- define "network-values" }}
|
||
|
|
||
|
{{- with index .Values "network" "metallb" }}
|
||
|
metallb:
|
||
|
{{- toYaml . | nindent 2 }}
|
||
|
{{- end }}
|
||
|
{{- with index .Values "network" "multus" }}
|
||
|
multus:
|
||
|
{{- toYaml . | nindent 2 }}
|
||
|
{{- end }}
|
||
|
{{- with index .Values "network" "cilium" }}
|
||
|
cilium:
|
||
|
{{- toYaml . | nindent 2 }}
|
||
|
{{- end }}
|
||
|
|
||
|
{{- end }}
|
||
|
|
||
|
|
||
|
{{- define "network-argo" }}
|
||
|
{{- end }}
|
||
|
|
||
|
{{ include "kubezero-app.app" . }}
|