Files
library-charts/library/common/templates/loader/_lists.tpl
Kjeld Schouten 022920c5a5 oops
2023-11-18 12:02:49 +01:00

14 lines
342 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" . -}}
{{- end -}}