2021-07-21 11:26:56 +00:00
|
|
|
{{- define "storage-values" }}
|
2021-08-02 09:52:07 +00:00
|
|
|
|
2021-08-31 15:33:54 +00:00
|
|
|
{{- with index .Values "storage" "lvm-localpv" }}
|
|
|
|
lvm-localpv:
|
|
|
|
{{- toYaml . | nindent 2 }}
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{- with .Values.storage.gemini }}
|
|
|
|
gemini:
|
|
|
|
{{- toYaml . | nindent 2 }}
|
2021-08-02 09:52:07 +00:00
|
|
|
{{- end }}
|
|
|
|
|
2021-07-21 11:26:56 +00:00
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{- define "storage-argo" }}
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{ include "kubezero-app.app" . }}
|