From 61bbedcf698f60d0240b0bc0a3f2767f5c0b34a3 Mon Sep 17 00:00:00 2001 From: Jeroen Lanckmans Date: Thu, 5 Dec 2019 17:41:05 +0100 Subject: [PATCH] add example for initContainers --- charts/argo-cd/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 7fd5c067..dbc0a23a 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -536,6 +536,7 @@ repoServer: ## Use init containers to configure custom tooling ## https://argoproj.github.io/argo-cd/operator-manual/custom_tools/ + ## When using the volumes & volumeMounts section bellow, please comment out those above. # volumes: # - name: custom-tools # emptyDir: {}