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 authored Aug 2, 2023
1 parent c538b3e commit 63b613a
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 63b613a

Please sign in to comment.