Skip to content

Commit 89b408f

Browse files
committed
Changed the order of volume mounts to make tmp volume to be mounted last
Signed-off-by: Anand Francis Joseph <[email protected]>
1 parent f6cde75 commit 89b408f

File tree

1 file changed

+2
-2
lines changed
  • test/openshift/e2e/parallel/1-019_validate_volume_mounts

1 file changed

+2
-2
lines changed

test/openshift/e2e/parallel/1-019_validate_volume_mounts/01-assert.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ spec:
5959
name: gpg-keys
6060
- mountPath: /app/config/gpg/keys
6161
name: gpg-keyring
62-
- mountPath: /tmp
63-
name: tmp
6462
- mountPath: /app/config/reposerver/tls
6563
name: argocd-repo-server-tls
6664
- mountPath: /app/config/reposerver/tls/redis
6765
name: argocd-operator-redis-tls
6866
- mountPath: /home/argocd/cmp-server/plugins
6967
name: plugins
68+
- mountPath: /tmp
69+
name: tmp
7070
volumes:
7171
- configMap:
7272
defaultMode: 420

0 commit comments

Comments
 (0)