From 636968d38101cf31f68e92a43cdb66f74db75231 Mon Sep 17 00:00:00 2001 From: Michael Goodness Date: Thu, 6 Dec 2018 17:32:34 -0600 Subject: [PATCH] Add initContainer volumeMount to custom tooling docs (#892) --- docs/custom_tools.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/custom_tools.md b/docs/custom_tools.md index 088c815dbc..786c269928 100644 --- a/docs/custom_tools.md +++ b/docs/custom_tools.md @@ -25,6 +25,9 @@ version of helm than what is bundled in Argo CD: - name: download-tools image: lachlanevenson/k8s-helm:v2.10.0 command: [cp, /usr/local/bin/helm, /custom-tools] + volumeMounts: + - mountPath: /custom-tools + name: custom-tools # 3. Volume mount the custom binary to the bin directory (overriding the existing version) containers: - name: argocd-repo-server