Skip to content

Commit fb074a9

Browse files
committed
ci: add storage class name
1 parent 3cb7ca0 commit fb074a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
registry: localhost:5000
9494
kubeconfig: ~/.kube/config
9595
namespace: romeo-in-ci
96+
storage-class-name: standard
9697
tag: ${{ github.sha }}
9798
pvc-access-mode: ReadWriteOnce
9899

@@ -104,6 +105,7 @@ jobs:
104105
registry: localhost:5000
105106
kubeconfig: ~/.kube/config
106107
namespace: ${{ steps.env.outputs.namespace }}
108+
storage-class-name: standard
107109
claim-name: ${{ steps.env.outputs.claim-name }}
108110
tag: ${{ github.sha }}
109111
pvc-access-mode: ReadWriteOnce

0 commit comments

Comments
 (0)