Skip to content

Commit d01b41f

Browse files
committed
fix: apply namespace before other e2e manifests in Kind job
1 parent 27f94d4 commit d01b41f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ jobs:
123123
kubectl apply -f config/rbac/
124124
125125
- name: Deploy controller
126-
run: kubectl apply -f config/e2e/
126+
run: |
127+
kubectl apply -f config/e2e/namespace.yaml
128+
kubectl apply -f config/e2e/
127129
128130
- name: Wait for controller
129131
run: kubectl wait --for=condition=Available deploy/coder-k8s -n coder-system --timeout=120s

0 commit comments

Comments
 (0)