File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100
101101 - name : Romeo environment
102102 id : env
103- uses : ctfer-io/romeo/environment@d4bb60d5bbcc94e068b967cb547d4f7743acb93f
103+ uses : ctfer-io/romeo/environment@31a971b0ff39f3837411d938075cf52a8b1a1a63
104104 with :
105105 private-registry : localhost:5000
106106 kubeconfig : ~/.kube/config
@@ -110,13 +110,14 @@ jobs:
110110
111111 - name : Romeo environment under test
112112 id : env-test
113- uses : ctfer-io/romeo/environment@d4bb60d5bbcc94e068b967cb547d4f7743acb93f
113+ uses : ctfer-io/romeo/environment@31a971b0ff39f3837411d938075cf52a8b1a1a63
114114 with :
115115 private-registry : localhost:5000
116116 kubeconfig : ~/.kube/config
117117 namespace : ${{ steps.env.outputs.namespace }}
118118 claim-name : ${{ steps.env.outputs.claim-name }}
119119 tag : ${{ github.sha }}
120+ storage-class-name : nfs-rwx
120121
121122 - name : Stimulate
122123 run : |
You can’t perform that action at this time.
0 commit comments