argo-cd: add server init containers (#131)

This commit is contained in:
Antoine Dao 2019-10-23 02:12:08 +10:00 committed by Alex Collins
parent cc0746951b
commit b2e9de6019
5 changed files with 26 additions and 1 deletions

View file

@ -38,6 +38,20 @@ repoServer:
pullPolicy: Always
volumeMounts: []
volumes: []
# - name: custom-tools
# emptyDir: {}
initContainers: []
# - name: download-tools
# image: alpine:3.8
# command: [sh, -c]
# args:
# - wget -qO- https://storage.googleapis.com/kubernetes-helm/helm-v2.12.3-linux-amd64.tar.gz | tar -xvzf - &&
# mv linux-amd64/helm /custom-tools/
# volumeMounts:
# - mountPath: /custom-tools
# name: custom-tools
imagePullSecrets: []
# - name: docker-auth-secret
dexServer:
containerPortHttp: 5556