From 1bba1254dd5ee0759fce0408c78c44a5a16c6873 Mon Sep 17 00:00:00 2001 From: Jonah Back Date: Fri, 11 Feb 2022 06:55:04 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd34df8..9455c5e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This project handles syncing certificates managed in kubernetes into AWS ACM, so Basic usage: -To import a certificate to ACM automatically, annotate the Certificate resource with `legalzoom.com/import-to-acm`. +To import a certificate to ACM automatically, annotate the Certificate resource with `legalzoom.com/import-to-acm: 'true'`. Permissions: This controller requires List,Get,Watch permissions on Secrets and Certificates across any namespaces that you wish to allow certificates to be imported into ACM.