From d49e5794c558afaa315fd8d0d9302df52c248402 Mon Sep 17 00:00:00 2001 From: Gaurav Tomar Date: Tue, 7 Oct 2025 18:53:42 +0530 Subject: [PATCH] Update zaqar secret-keystone template It updates secret-keystone.yaml to use tuple. Change-Id: I5266f7b600924d75954b9af7bfd0de0ff2db0e96 Signed-off-by: Gaurav Tomar --- zaqar/templates/secret-keystone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaqar/templates/secret-keystone.yaml b/zaqar/templates/secret-keystone.yaml index d827222b7b..968ceb2f35 100644 --- a/zaqar/templates/secret-keystone.yaml +++ b/zaqar/templates/secret-keystone.yaml @@ -14,7 +14,7 @@ limitations under the License. {{- if .Values.manifests.secret_keystone }} {{- $envAll := . }} -{{- range $userClass, $val := $envAll.Values.endpoints.identity.auth }} +{{- range $key1, $userClass := tuple "admin" "zaqar" "test" }} {{- $secretName := index $envAll.Values.secrets.identity $userClass }} --- apiVersion: v1