We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb7ca0 commit fb074a9Copy full SHA for fb074a9
.github/workflows/integration.yaml
@@ -93,6 +93,7 @@ jobs:
93
registry: localhost:5000
94
kubeconfig: ~/.kube/config
95
namespace: romeo-in-ci
96
+ storage-class-name: standard
97
tag: ${{ github.sha }}
98
pvc-access-mode: ReadWriteOnce
99
@@ -104,6 +105,7 @@ jobs:
104
105
106
107
namespace: ${{ steps.env.outputs.namespace }}
108
109
claim-name: ${{ steps.env.outputs.claim-name }}
110
111
0 commit comments