From e71bdfacb62d0680c609647abf65969a31f5815a Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Fri, 29 Dec 2023 14:17:48 +0000 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a3b9e66..a46afdd 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ driver: projectNamespace: flowforge cloudProvider: aws privateCA: ff-ca-certs + certManagerIssuer: lets-encrypt k8sDelay: 1000 k8sRetries: 10 ``` @@ -28,6 +29,7 @@ should run on - `cloudProvider` can be left unset for none `aws` deployments. This triggers the adding of AWS EKS specific annotation for ALB Ingress. - `privateCA` name of ConfigMap holding PEM CA Cert Bundle (file name `certs.pem`) Optional +- `certManagerIssuer` name of the ClusterIssuer to use to create HTTPS certs for instances (default not set) - `k8sRetries` how many times to retry actions against the K8s API - `k8sDelay` how long to wait (in ms) between retries to the K8s API