Skip to content

Commit c509013

Browse files
committed
feat(ssh-volume): add optionnal mount
1 parent 170485f commit c509013

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

manifests/base/deployment/argocd-image-updater-deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ spec:
115115
name: image-updater-conf
116116
- configMap:
117117
name: argocd-ssh-known-hosts-cm
118-
name: ssh-known-hosts
118+
optional: true
119+
name: ssh-known-hosts

manifests/install.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,5 @@ spec:
190190
name: image-updater-conf
191191
- configMap:
192192
name: argocd-ssh-known-hosts-cm
193+
optional: true
193194
name: ssh-known-hosts

0 commit comments

Comments
 (0)