Skip to content

Commit

Permalink
improve plural cd login
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Nov 28, 2024
1 parent 0ea21f2 commit 1c0f91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plural/lib/cluster-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
assertions:
- result.code ShouldEqual 0
- script: |
export PLURAL_CONSOLE_TOKEN=export $(kubectl get secret console-auth-token -n plrl-console -o jsonpath='{.data.access-token}' | base64 --decode) ;\
export PLURAL_CONSOLE_TOKEN=$(kubectl get secret console-auth-token -n plrl-console -o jsonpath='{.data.access-token}' | base64 --decode) ;\
plural cd login --url https://console.{{ .input.name }}.onplural.sh/gql --token $PLURAL_CONSOLE_TOKEN
assertions:
- result.code ShouldEqual 0

0 comments on commit 1c0f91a

Please sign in to comment.