Skip to content

Commit

Permalink
copy ServerName into clientOpts (argoproj#16267)
Browse files Browse the repository at this point in the history
Signed-off-by: Noam Gal <[email protected]>
Co-authored-by: Ishita Sequeira <[email protected]>
  • Loading branch information
2 people authored and vladfr committed Dec 13, 2023
1 parent 519eebf commit bca6b9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/argocd/commands/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ argocd login cd.argoproj.io --core`,
PortForwardNamespace: globalClientOpts.PortForwardNamespace,
Headers: globalClientOpts.Headers,
KubeOverrides: globalClientOpts.KubeOverrides,
ServerName: globalClientOpts.ServerName,
}

if ctxName == "" {
Expand Down

0 comments on commit bca6b9f

Please sign in to comment.