From 0cdeb8fbfc6df6ff8db83d1ed2284294085564a1 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 19 May 2024 12:59:50 +0200 Subject: [PATCH] Update _lists.tpl --- library/common/templates/loader/_lists.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -}}