From d63d7869c159be34d4820fb2c62c343340b2ca7c Mon Sep 17 00:00:00 2001 From: Joe Lee Date: Wed, 7 Jun 2023 09:34:17 +0800 Subject: [PATCH] feat(argo-cd): Add "global.env" for all deployed containers Signed-off-by: Joe Lee --- charts/argo-cd/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 385c7d73..f0cc2e0b 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -409,6 +409,7 @@ NAME: my-release | global.affinity.podAntiAffinity | string | `"soft"` | Default pod anti-affinity rules. Either: `none`, `soft` or `hard` | | global.deploymentAnnotations | object | `{}` | Annotations for the all deployed Deployments | | global.deploymentStrategy | object | `{}` | Deployment strategy for the all deployed Deployments | +| global.env | list | `[]` | Environment variables to pass to all deployed Deployments | | global.hostAliases | list | `[]` | Mapping between IP and hostnames that will be injected as entries in the pod's hosts files | | global.image.imagePullPolicy | string | `"IfNotPresent"` | If defined, a imagePullPolicy applied to all Argo CD deployments | | global.image.repository | string | `"quay.io/argoproj/argocd"` | If defined, a repository applied to all Argo CD deployments |