Adding aws credentials to lens ide

I am managing several K8s clusters and I regularly switch between them, in order to keep connected on all of them at the same time I am adding the kubeconfig with env variables to avoid switching profiles in LensApp

Run the following commands


env:
    - name: AWS_ACCESS_KEY_ID
      value: my-key-id
    - name: AWS_SECRET_ACCESS_KEY
      value: my-key-secret

Add the above code block and paste the kubeconfig as text into LensApp.