File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 7171 kubectl -n local-path-storage patch configmap local-path-config -p '{"data": {"config.json": "{\n\"sharedFileSystemPath\": \"/var/local-path-provisioner\"\n}"}}'
7272
7373 # Reboot the pod for it to apply update
74- kubectl delete pod -n local-path-storage $(kubectl get pod -n local-path-storage -o jsonpath='{.items[0].metadata.name}')
74+ # kubectl delete pod -n local-path-storage $(kubectl get pod -n local-path-storage -o jsonpath='{.items[0].metadata.name}')
7575
7676 - name : Export server URL
7777 id : server
@@ -104,8 +104,6 @@ jobs:
104104 storage-class-name : standard
105105 pvc-access-mode : ReadWriteOnce
106106
107- - run : kubectl get pvc -A
108-
109107 - name : Romeo environment under test
110108 id : env-test
111109 uses : ctfer-io/romeo/environment@49bf155c091cf77a0e8ac01f5eb7a47f604aac45
@@ -119,12 +117,6 @@ jobs:
119117 storage-class-name : standard
120118 pvc-access-mode : ReadWriteOnce
121119
122- - if : always()
123- run : |
124- kubectl get pvc -n romeo-in-ci
125- kubectl get pods -n romeo-in-ci
126- kubectl get svc -n romeo-in-ci
127-
128120 - name : Stimulate
129121 run : |
130122 curl -v "${{ steps.server.outputs.server }}:${{ steps.env-test.outputs.port }}/api/v1/coverout"
You can’t perform that action at this time.
0 commit comments