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:
|
volumeMounts:
|
||||||
- mountPath: /app/config
|
- mountPath: /app/config
|
||||||
name: image-updater-conf
|
name: image-updater-conf
|
||||||
- mountPath: /tmp
|
|
||||||
name: tmp-dir
|
|
||||||
- mountPath: /app/config/ssh
|
- mountPath: /app/config/ssh
|
||||||
name: ssh-known-hosts
|
name: ssh-known-hosts
|
||||||
- mountPath: /app/.ssh
|
- mountPath: /app/.ssh
|
||||||
|
@ -166,8 +164,6 @@ spec:
|
||||||
name: argocd-image-updater-authscripts
|
name: argocd-image-updater-authscripts
|
||||||
name: authscripts
|
name: authscripts
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- emptyDir: {}
|
|
||||||
name: tmp-dir
|
|
||||||
- configMap:
|
- configMap:
|
||||||
name: argocd-ssh-known-hosts-cm
|
name: argocd-ssh-known-hosts-cm
|
||||||
optional: true
|
optional: true
|
||||||
|
|
Loading…
Reference in a new issue