fix(argocd-image-updater): Add scratch space for /tmp (#933)
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
7274e3a094
commit
d96cb02a43
2 changed files with 6 additions and 2 deletions
|
|
@ -74,6 +74,8 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /app/config
|
||||
name: registries-conf
|
||||
- mountPath: /tmp
|
||||
name: tmp-dir
|
||||
volumes:
|
||||
- configMap:
|
||||
items:
|
||||
|
|
@ -81,6 +83,8 @@ spec:
|
|||
path: registries.conf
|
||||
name: argocd-image-updater-config
|
||||
name: registries-conf
|
||||
- emptyDir: {}
|
||||
name: tmp-dir
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue