2021-12-01 15:43:42 +00:00
|
|
|
{{- 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" }}
|
2022-09-14 17:08:14 +00:00
|
|
|
# Metallb
|
|
|
|
ignoreDifferences:
|
2022-09-15 11:05:38 +00:00
|
|
|
- group: apiextensions.k8s.io
|
2022-09-14 17:08:14 +00:00
|
|
|
kind: CustomResourceDefinition
|
|
|
|
jsonPointers:
|
|
|
|
- /spec/conversion/webhook/clientConfig/caBundle
|
2021-12-01 15:43:42 +00:00
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{ include "kubezero-app.app" . }}
|