aws / eks-pod-identity-agent

Apache License 2.0
52 stars 4 forks source link

fix: Update charts/README.md #12

Closed rodrigobersa closed 5 days ago

rodrigobersa commented 1 week ago

Issue #, if available:

Related to #11 and this eks-charts PR .

Description of changes:

Until we have the Chart published on eks-charts where will be possible to run:

helm repo add eks https://aws.github.io/eks-charts
helm install eks-pod-identity-agent --namespace kube-system 

We need to fix the current installation process that relies on local install and requires the repo to be cloned. Also, removing the "$" from the commands so the copy on click works better.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.