Skip to content

Commit e129d5e

Browse files
committed
ci: use RWX
1 parent 70c3dc1 commit e129d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
namespace: romeo-in-ci
102102
tag: ${{ github.sha }}
103103
storage-class-name: local-path
104-
pvc-access-mode: ReadWriteOnce
104+
pvc-access-mode: ReadWriteMany
105105

106106
- name: Romeo environment under test
107107
id: env-test
@@ -113,7 +113,7 @@ jobs:
113113
claim-name: ${{ steps.env.outputs.claim-name }}
114114
tag: ${{ github.sha }}
115115
storage-class-name: local-path
116-
pvc-access-mode: ReadWriteOnce
116+
pvc-access-mode: ReadWriteMany
117117

118118
- name: Stimulate
119119
run: |

0 commit comments

Comments
 (0)