File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/k8s/1-007_validate_volume_mounts Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ spec:
63
63
name : gpg-keys
64
64
- mountPath : /app/config/gpg/keys
65
65
name : gpg-keyring
66
- - mountPath : /tmp
67
- name : tmp
68
66
- mountPath : /app/config/reposerver/tls
69
67
name : argocd-repo-server-tls
70
68
- mountPath : /app/config/reposerver/tls/redis
71
69
name : argocd-operator-redis-tls
72
70
- mountPath : /home/argocd/cmp-server/plugins
73
71
name : plugins
72
+ - mountPath : /tmp
73
+ name : tmp
74
74
volumes :
75
75
- configMap :
76
76
defaultMode : 420
86
86
name : gpg-keys
87
87
- emptyDir : {}
88
88
name : gpg-keyring
89
- - emptyDir : {}
90
- name : tmp
91
89
- name : argocd-repo-server-tls
92
90
secret :
93
91
defaultMode : 420
@@ -102,6 +100,8 @@ spec:
102
100
name : var-files
103
101
- emptyDir : {}
104
102
name : plugins
103
+ - emptyDir : {}
104
+ name : tmp
105
105
---
106
106
apiVersion : apps/v1
107
107
kind : StatefulSet
You can’t perform that action at this time.
0 commit comments