From 1928a750c13964f0093f229cf8c30ba1322c0c22 Mon Sep 17 00:00:00 2001 From: Brady Siegel Date: Mon, 1 Jul 2024 19:22:07 +0000 Subject: [PATCH] Add note on ARM to README Signed-off-by: Brady Siegel --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a3311eca..0c2c4e1b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,18 @@ helm install awspca/aws-privateca-issuer --generate-name You can check the chart configuration in the default [values](charts/aws-pca-issuer/values.yaml) file. +**AWS PCA Issuer has released a version of this operator for ARM. You can find this image on the test ECR.** +### Accessing the test ECR + +AWS PCA Issuer maintains a test ECR that contains versions that correspond to each commit on the main branch. These images can be accessed by setting the image repo to `public.ecr.aws/cert-manager-aws-privateca-issuer/cert-manager-aws-privateca-issuer-test` and the image tag to `latest`. An example of how this is done is shown below. + +```shell +helm repo add awspca https://cert-manager.github.io/aws-privateca-issuer +helm install awspca/aws-privateca-issuer --generate-name \ +--set image.repository=public.ecr.aws/cert-manager-aws-privateca-issuer/cert-manager-aws-privateca-issuer-test \ +--set image.tag=latest +``` ## Configuration As of now, the only configurable settings are access to AWS. So you can use `AWS_REGION`, `AWS_ACCESS_KEY_ID` or `AWS_SECRET_ACCESS_KEY`.