Skip to content

Commit f2e829f

Browse files
authored
Update README.md (#7)
1 parent 6262656 commit f2e829f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,14 @@ It has been tested for Let's Encrypt certificates generated using cert-manager.
3737

3838
kube-cert-acm can be installed using the official helm chart:
3939

40-
**TODO**: Add helm Repo
40+
Add the Helm repository:
4141

4242
```bash
43-
helm install kube-cert-acm <repo>/kube-cert-acm --set aws.region="<AWS_REGION>" \
43+
helm repo add kube-cert-acm https://mstiri.github.io/kube-cert-acm
44+
```
45+
46+
```bash
47+
helm install kube-cert-acm kube-cert-acm/kube-cert-acm --set aws.region="<AWS_REGION>" \
4448
--set serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn="arn:aws:iam::<ACCOUNT_ID>:role/<ROLE_NAME>" \
4549
-f values.yaml
4650

0 commit comments

Comments
 (0)