You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm using aws-sso with helm to access a s3 chart repo, and aws-sso for connecting EKS.
So I have to run helm with the env AWS_ACCESS_KEY_ID and it calls aws-sso for doing eks login.
I'm using a kube config global with this configuration for the login:
Hi!
I'm using aws-sso with helm to access a s3 chart repo, and aws-sso for connecting EKS.
So I have to run helm with the env AWS_ACCESS_KEY_ID and it calls aws-sso for doing eks login.
I'm using a kube config global with this configuration for the login:
So when helm run its it shows the error:
I tried to empty the env var as follows:
But the same error happens.
How would you be able to solve this? Is there any way to ignore the env vars without doing a wrapper for this command?
The text was updated successfully, but these errors were encountered: