Skip to content

Commit

Permalink
Add usernum variable to DEVOPS_ROADSHOW (#8957)
Browse files Browse the repository at this point in the history
* Initial advanced gitops workshop

* Update user to admin

* Update default user

* Switch user to admin and remove web terminal operator

* Revert "Switch user to admin and remove web terminal operator"

This reverts commit 5317b57.

* Use default template for Argo CD for workshop

* Add usernum variable and remove lab guide link
  • Loading branch information
gnunn1 authored Jan 8, 2025
1 parent 4153e53 commit 06760ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@
user: "user{{ n }}"
data:
user: "user{{ n }}"
usernum: "{{ n }}"
password: "{{ ocp4_workload_authentication_htpasswd_user_password }}"
lab_guide_link: "https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/index.html?USERNUM={{ n }}"
loop: "{{ range(1, num_users | int + 1) | list }}"
loop_control:
loop_var: n
Expand Down

0 comments on commit 06760ac

Please sign in to comment.