diff options
| author | spoukke <32708678+spoukke@users.noreply.github.com> | 2021-06-11 09:47:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 09:47:15 +0200 |
| commit | 77081181815015cb863e643103746f03d88f46cf (patch) | |
| tree | 2e89f3600f3417e181c136c79b60d71716b7aef7 /manifests/install.yaml | |
| parent | add387ecfa5c59b34119eabd8b81c1daddcdc06e (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.yaml | 6 |
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 |
