From bf6232b9cca91f28186588853d992f58f9687a5f Mon Sep 17 00:00:00 2001 From: Jawad Qureshi Date: Mon, 25 Sep 2023 16:38:07 -0500 Subject: [PATCH] Add global values to aws-es-proxy chart --- helm/aws-es-proxy/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/aws-es-proxy/README.md b/helm/aws-es-proxy/README.md index 873a0e41..27b59bce 100644 --- a/helm/aws-es-proxy/README.md +++ b/helm/aws-es-proxy/README.md @@ -35,7 +35,11 @@ A Helm chart for AWS ES Proxy Service for gen3 | global.ddEnabled | bool | `false` | Whether Datadog is enabled. | | global.environment | string | `"default"` | Environment name. This should be the same as vpcname if you're doing an AWS deployment. Currently this is being used to share ALB's if you have multiple namespaces. Might be used other places too. | | global.externalSecrets.deploy | bool | `false` | Will use ExternalSecret resources to pull secrets from Secrets Manager instead of creating them locally. Be cautious as this will override any audit secrets you have deployed. | +<<<<<<< HEAD | global.externalSecrets.separateSecretStore | string | `false` | Will deploy a separate External Secret Store for this service. | +======= +| global.externalSecrets.separate | string | `false` | Will deploy a External Secret Store if deploying this sevice seperately. | +>>>>>>> d71a04c (Add global values to aws-es-proxy chart) | global.minAvialable | int | `1` | The minimum amount of pods that are available at all times if the PDB is deployed. | | global.pdb | bool | `false` | If the service will be deployed with a Pod Disruption Budget. Note- you need to have more than 2 replicas for the pdb to be deployed. | | image | map | `{"pullPolicy":"Always","repository":"quay.io/cdis/aws-es-proxy","tag":""}` | Docker image information. |