Skip to content

Commit

Permalink
Update charts/README.md (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa authored Jun 25, 2024
1 parent 2ba6a66 commit 12e5447
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/eks-pod-identity-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ This agent is required for EKS pods to get granular IAM permissions with EKS Pod
## Installing the Chart

```shell
$ helm install eks-pod-identity-agent --namespace kube-system ./charts/eks-pod-identity-agent --values ./charts/eks-pod-identity-agent/values.yaml
git clone https://github.com/aws/eks-pod-identity-agent.git
cd eks-pod-identity-agent/
helm install eks-pod-identity-agent --namespace kube-system ./charts/eks-pod-identity-agent --values ./charts/eks-pod-identity-agent/values.yaml
```

To uninstall:

```shell
$ helm uninstall eks-pod-identity-agent --namespace kube-system
helm uninstall eks-pod-identity-agent --namespace kube-system
```

## Configuration
Expand Down

0 comments on commit 12e5447

Please sign in to comment.