mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 18:25:42 -03:00
24 lines
667 B
Smarty
24 lines
667 B
Smarty
{{- define "tc.v1.common.loader.lists" -}}
|
|
|
|
{{- include "tc.v1.common.values.imagePullSecretList" . -}}
|
|
|
|
{{- include "tc.v1.common.values.persistenceList" . -}}
|
|
|
|
{{- include "tc.v1.common.values.deviceList" . -}}
|
|
|
|
{{- include "tc.v1.common.values.serviceList" . -}}
|
|
|
|
{{- include "tc.v1.common.values.ingressList" . -}}
|
|
|
|
{{- include "tc.v1.common.values.backupStorageLocationList" . -}}
|
|
|
|
{{- include "tc.v1.common.values.volumeSnapshotLocationList" . -}}
|
|
|
|
{{- include "tc.v1.common.values.volumeSnapshotList" . -}}
|
|
|
|
{{- include "tc.v1.common.values.volumeSnapshotClassList" . -}}
|
|
|
|
{{- include "tc.v1.common.values.schedulesList" . -}}
|
|
|
|
{{- end -}}
|