Skip to content

Commit 28d8f09

Browse files
mvachmodulo11
authored andcommitted
Fix namespace for kind-deployment
1 parent fd21f68 commit 28d8f09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Load updated cnbapplifecycle.tgz into kind
5858
run: |
5959
kubectl cp bin/cnb_app_lifecycle.tgz \
60-
default/$(kubectl get pod -n default -l app.kubernetes.io/name=fileserver \
60+
cf-system/$(kubectl get pod -n cf-system -l app.kubernetes.io/name=fileserver \
6161
-o jsonpath='{.items[0].metadata.name}'):fileserver/v1/static/cnb_app_lifecycle/cnb_app_lifecycle.tgz
6262
- name: Run E2E tests for java
6363
run: |

.github/workflows/kind-cats.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Load updated cnbapplifecycle.tgz into kind
5959
run: |
6060
kubectl cp bin/cnb_app_lifecycle.tgz \
61-
default/$(kubectl get pod -n default -l app.kubernetes.io/name=fileserver \
61+
cf-system/$(kubectl get pod -n cf-system -l app.kubernetes.io/name=fileserver \
6262
-o jsonpath='{.items[0].metadata.name}'):fileserver/v1/static/cnb_app_lifecycle/cnb_app_lifecycle.tgz
6363
- name: checkout CF test repository
6464
uses: actions/checkout@v6

0 commit comments

Comments
 (0)