Skip to content

Commit c220bf1

Browse files
committed
fix typo
Signed-off-by: Harshvir Potpose <[email protected]>
1 parent 2aeb932 commit c220bf1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/central_dashboard_angular_frontend_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
kustomize build https://github.com/kubeflow/manifests//common/kubeflow-roles/base?ref=master | kubectl apply -f -
111111
kubectl apply -f components/profile-controller/integration/resources/user-profile.yaml
112112
while ! kubectl get ns kubeflow-user; do sleep 1; done
113-
kubectl apply -f components/centraldashborad-angular/integration/resources/test-notebook.yaml
113+
kubectl apply -f components/centraldashboard-angular/integration/resources/test-notebook.yaml
114114
kubectl wait notebooks -n kubeflow-user -l app=test-notebook --for=condition=Ready --timeout=300s
115115
116116
- name: Test proxied apps

.github/workflows/end_to_end_integration_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ jobs:
157157
158158
- name: Test PodDefault Integration
159159
run: |
160-
./components/poddefaults-webhook/integration/test_poddefault.sh create-namespace e2e-test
161-
./components/poddefaults-webhook/integration/test_poddefault.sh create-poddefault e2e-test e2e-poddefault
162-
./components/poddefaults-webhook/integration/test_poddefault.sh test-mutation e2e-test e2e-poddefault e2e-test-pod
160+
./components/poddefaults-webhooks/integration/test_poddefault.sh create-namespace e2e-test
161+
./components/poddefaults-webhooks/integration/test_poddefault.sh create-poddefault e2e-test e2e-poddefault
162+
./components/poddefaults-webhooks/integration/test_poddefault.sh test-mutation e2e-test e2e-poddefault e2e-test-pod
163163
164164
- name: Test KFAM Service Integration
165165
run: |

0 commit comments

Comments
 (0)