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