Skip to content

Commit

Permalink
Replace hardcoded user1 with token
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 30, 2023
1 parent d0386ef commit 6aca81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/04-analysis.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ command that we used earlier:
[.console-input]
[source,bash,subs="attributes+,+macros"]
----
oc argo rollouts get rollout rollouts-demo -n user1-prod
oc argo rollouts get rollout rollouts-demo -n user%USERNUM%-prod
----

This will display output similar to the following assuming the analysis run has completed executing:
Expand Down

0 comments on commit 6aca81a

Please sign in to comment.