Skip to content

Commit

Permalink
Changed the order of volume mounts to make tmp volume to be mounted last
Browse files Browse the repository at this point in the history
Signed-off-by: Anand Francis Joseph <[email protected]>
  • Loading branch information
anandf committed Aug 8, 2024
1 parent 9a477b3 commit 9c174e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ spec:
name: gpg-keys
- mountPath: /app/config/gpg/keys
name: gpg-keyring
- mountPath: /tmp
name: tmp
- mountPath: /app/config/reposerver/tls
name: argocd-repo-server-tls
- mountPath: /app/config/reposerver/tls/redis
name: argocd-operator-redis-tls
- mountPath: /home/argocd/cmp-server/plugins
name: plugins
- mountPath: /tmp
name: tmp
volumes:
- configMap:
defaultMode: 420
Expand Down

0 comments on commit 9c174e0

Please sign in to comment.