fix(argocd-image-updater): fix manifest
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
a132e5f056
commit
fdddb5791f
1 changed files with 0 additions and 4 deletions
|
@ -135,8 +135,6 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /app/config
|
||||
name: image-updater-conf
|
||||
- mountPath: /tmp
|
||||
name: tmp-dir
|
||||
- mountPath: /app/config/ssh
|
||||
name: ssh-known-hosts
|
||||
- mountPath: /app/.ssh
|
||||
|
@ -166,8 +164,6 @@ spec:
|
|||
name: argocd-image-updater-authscripts
|
||||
name: authscripts
|
||||
{{- end }}
|
||||
- emptyDir: {}
|
||||
name: tmp-dir
|
||||
- configMap:
|
||||
name: argocd-ssh-known-hosts-cm
|
||||
optional: true
|
||||
|
|
Loading…
Reference in a new issue