diff --git a/library/common/templates/loader/_lists.tpl b/library/common/templates/loader/_lists.tpl index 8595a22e..485e9327 100644 --- a/library/common/templates/loader/_lists.tpl +++ b/library/common/templates/loader/_lists.tpl @@ -2,18 +2,18 @@ {{- include "tc.v1.common.values.imagePullSecretList" . -}} + {{- include "tc.v1.common.values.credentialsList" . -}} + {{- include "tc.v1.common.values.persistenceList" . -}} + {{- include "tc.v1.common.values.volumeSnapshotList" . -}} + + {{- include "tc.v1.common.values.volumeSnapshotClassList" . -}} + {{- include "tc.v1.common.values.deviceList" . -}} {{- include "tc.v1.common.values.serviceList" . -}} {{- include "tc.v1.common.values.ingressList" . -}} - {{- include "tc.v1.common.values.volumeSnapshotList" . -}} - - {{- include "tc.v1.common.values.volumeSnapshotClassList" . -}} - - {{- include "tc.v1.common.values.credentialsList" . -}} - {{- end -}}