Skip to content

Commit 869b651

Browse files
committed
Update
1 parent bb45d93 commit 869b651

1 file changed

Lines changed: 37 additions & 1 deletion

File tree

  • test/openshift/e2e/parallel/1-019_validate_volume_mounts

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

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ spec:
2222
name: argocd-repo-server-tls
2323
- mountPath: /app/config/server/tls/redis
2424
name: argocd-operator-redis-tls
25+
- mountPath: /home/argocd
26+
name: plugins-home
27+
- mountPath: /home/argocd/params
28+
name: argocd-cmd-params-cm
29+
- mountPath: /tmp
30+
name: tmp
2531
volumes:
2632
- configMap:
2733
defaultMode: 420
@@ -41,6 +47,18 @@ spec:
4147
defaultMode: 420
4248
optional: true
4349
secretName: argocd-operator-redis-tls
50+
- emptyDir: {}
51+
name: plugins-home
52+
- configMap:
53+
defaultMode: 420
54+
optional: true
55+
items:
56+
- key: server.profile.enabled
57+
path: profiler.enabled
58+
name: argocd-cmd-params-cm
59+
name: argocd-cmd-params-cm
60+
- emptyDir: {}
61+
name: tmp
4462
---
4563
apiVersion: apps/v1
4664
kind: Deployment
@@ -112,6 +130,12 @@ spec:
112130
name: argocd-repo-server-tls
113131
- mountPath: /app/config/controller/tls/redis
114132
name: argocd-operator-redis-tls
133+
- mountPath: /home/argocd
134+
name: argocd-home
135+
- mountPath: /home/argocd/params
136+
name: argocd-cmd-params-cm
137+
- mountPath: /tmp
138+
name: argocd-application-controller-tmp
115139
volumes:
116140
- name: argocd-repo-server-tls
117141
secret:
@@ -122,4 +146,16 @@ spec:
122146
secret:
123147
defaultMode: 420
124148
optional: true
125-
secretName: argocd-operator-redis-tls
149+
secretName: argocd-operator-redis-tls
150+
- emptyDir: {}
151+
name: argocd-home
152+
- configMap:
153+
defaultMode: 420
154+
items:
155+
- key: controller.profile.enabled
156+
path: profiler.enabled
157+
name: argocd-cmd-params-cm
158+
optional: true
159+
name: argocd-cmd-params-cm
160+
- emptyDir: {}
161+
name: argocd-application-controller-tmp

0 commit comments

Comments
 (0)