Skip to content

Commit

Permalink
Fix argo-viewer service account reference (#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild committed Aug 3, 2023
1 parent 9bdf4ea commit 1ae8ade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def profile_argo_token(groups):
argo_sa = None

if ANALYST in groups:
argo_sa = base + "view"
argo_sa = base + "viewer"
if DEVELOPER in groups:
argo_sa = base + "developer"
if ADMIN in groups:
Expand Down

0 comments on commit 1ae8ade

Please sign in to comment.