mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
Add initContainer volumeMount to custom tooling docs (#892)
This commit is contained in:
parent
7eb211eb94
commit
636968d381
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue