We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6262656 commit f2e829fCopy full SHA for f2e829f
README.md
@@ -37,10 +37,14 @@ It has been tested for Let's Encrypt certificates generated using cert-manager.
37
38
kube-cert-acm can be installed using the official helm chart:
39
40
-**TODO**: Add helm Repo
+Add the Helm repository:
41
42
```bash
43
-helm install kube-cert-acm <repo>/kube-cert-acm --set aws.region="<AWS_REGION>" \
+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>" \
48
--set serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn="arn:aws:iam::<ACCOUNT_ID>:role/<ROLE_NAME>" \
49
-f values.yaml
50
0 commit comments