Skip to content
Snippets Groups Projects
Verified Commit d3eef6dd authored by Mark's avatar Mark
Browse files

Fix typo

parent 52d25ec0
No related branches found
No related tags found
1 merge request!7Integration user panel
Pipeline #1669 passed with stage
in 1 minute and 4 seconds
......@@ -30,7 +30,7 @@ spec:
value: {{ .Values.userbackend.email }}
command: ["/bin/bash", "-c"]
args:
- /bin/bash ./utils/create-user.bash "$USERNAME" "PASSWORD" "$EMAIL" {{ include "single-sign-on.fullname" . }}-userbackend 80 &&
- /bin/bash ./utils/create-user.bash "$USERNAME" "$PASSWORD" "$EMAIL" {{ include "single-sign-on.fullname" . }}-userbackend 80 &&
/bin/bash ./utils/create-role.bash admin {{ include "single-sign-on.fullname" . }}-userbackend 80 &&
/bin/bash ./utils/create-application.bash user-panel {{ include "single-sign-on.fullname" . }}-userbackend 80 &&
/bin/bash ./utils/assign-role.bash "$USERNAME" admin {{ include "single-sign-on.fullname" . }}-userbackend 80 &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment