Skip to content

Commit

Permalink
Adding empty directory and mounting it
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurilahane committed Oct 10, 2024
1 parent 533684f commit d1eda82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployments/testing-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ objects:
- name: sel-shm
emptyDir:
medium: Memory
- name: sel-downloads
emptyDir:
medium: Memory
containers:
- name: content-sources-${NAME_STUB}-${IMAGE_TAG}-${UID}
image: ${IQE_IMAGE}:${IQE_IMAGE_TAG}
Expand Down Expand Up @@ -114,6 +117,8 @@ objects:
volumeMounts:
- name: sel-shm
mountPath: /dev/shm
- name: sel-downloads
mountPath: /home/selenium/Downloads
parameters:
- name: IMAGE_TAG
value: ''
Expand Down

0 comments on commit d1eda82

Please sign in to comment.