summaryrefslogtreecommitdiff
path: root/manifests/install.yaml
diff options
context:
space:
mode:
authorspoukke <32708678+spoukke@users.noreply.github.com>2021-06-11 09:47:15 +0200
committerGitHub <noreply@github.com>2021-06-11 09:47:15 +0200
commit77081181815015cb863e643103746f03d88f46cf (patch)
tree2e89f3600f3417e181c136c79b60d71716b7aef7 /manifests/install.yaml
parentadd387ecfa5c59b34119eabd8b81c1daddcdc06e (diff)
feat(manifests): add ssh volume mounts and volume (#212)
* feat(manifests): add ssh volume mounts and volume * feat(ssh-volume): add optionnal mount
Diffstat (limited to 'manifests/install.yaml')
-rw-r--r--manifests/install.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/install.yaml b/manifests/install.yaml
index e620240..3566de6 100644
--- a/manifests/install.yaml
+++ b/manifests/install.yaml
@@ -175,6 +175,8 @@ spec:
volumeMounts:
- mountPath: /app/config
name: image-updater-conf
+ - mountPath: /app/config/ssh
+ name: ssh-known-hosts
serviceAccountName: argocd-image-updater
volumes:
- configMap:
@@ -186,3 +188,7 @@ spec:
name: argocd-image-updater-config
optional: true
name: image-updater-conf
+ - configMap:
+ name: argocd-ssh-known-hosts-cm
+ optional: true
+ name: ssh-known-hosts