mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 00:04:27 -03:00
14 lines
342 B
Smarty
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 -}}
|