Skip to content

Commit ae9ecce

Browse files
committed
ci: temp commit
temp commit Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
1 parent 2273563 commit ae9ecce

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-chart.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ jobs:
6464
6565
- name: Patch operator to watch csi driver namespace
6666
run: |
67-
kubectl patch deployment ceph-csi-operator-controller-manager -nceph-csi-operator-system --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/env/2/value", "value": "csi-driver"}]'
68-
69-
- name: Check operator is running after patch
70-
run: |
71-
for i in {1..180}; do kubectl get pods -l app.kubernetes.io/name=ceph-csi-operator -n ceph-csi-operator-system -o jsonpath='{.items[0].status.phase}' | grep -q "Running" && exit 0 || sleep 1; done; echo "Pod not running after 3 minutes"; exit 1
67+
kubectl patch deployment csi-operator-ceph-csi-operator-controller-manager -nceph-csi-operator-system --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/env/2/value", "value": "csi-driver"}]'
7268
7369
- name: Lint csi driver helm chart
7470
run: |

0 commit comments

Comments
 (0)