From de662ae09b0e1702f70a1ac0623d8833a0ae6b39 Mon Sep 17 00:00:00 2001 From: Jeroen Lanckmans Date: Thu, 5 Dec 2019 17:39:46 +0100 Subject: [PATCH] add example --- charts/argo-cd/values.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 7377f398..7fd5c067 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -536,7 +536,24 @@ repoServer: ## Use init containers to configure custom tooling ## https://argoproj.github.io/argo-cd/operator-manual/custom_tools/ + # volumes: + # - name: custom-tools + # emptyDir: {} + # # initContainers: + # - name: download-tools + # image: alpine:3.8 + # command: [sh, -c] + # args: + # - wget -qO- https://get.helm.sh/helm-v2.16.1-linux-amd64.tar.gz | tar -xvzf - && + # mv linux-amd64/helm /custom-tools/ + # volumeMounts: + # - mountPath: /custom-tools + # name: custom-tools + # volumeMounts: + # - mountPath: /usr/local/bin/helm + # name: custom-tools + # subPath: helm ## Argo Configs configs: