mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 19:49:33 -03:00
20 lines
530 B
Smarty
20 lines
530 B
Smarty
{{- define "tc.v1.common.loader.lists" -}}
|
|
|
|
{{- include "tc.v1.common.values.imagePullSecretList" . -}}
|
|
|
|
{{- include "tc.v1.common.values.credentialsList" . -}}
|
|
|
|
{{- include "tc.v1.common.values.volumeSnapshotList" . -}}
|
|
|
|
{{- include "tc.v1.common.values.volumeSnapshotClassList" . -}}
|
|
|
|
{{- 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 -}}
|