Files
Kjeld Schouten 5ddbd485a6 Update _lists.tpl
2024-02-07 11:42:22 +01:00

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 -}}