Update zaqar secret-keystone template
It updates secret-keystone.yaml to use tuple. Change-Id: I5266f7b600924d75954b9af7bfd0de0ff2db0e96 Signed-off-by: Gaurav Tomar <tomergaurav1031@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user