We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f94d4 commit d01b41fCopy full SHA for d01b41f
1 file changed
.github/workflows/ci.yaml
@@ -123,7 +123,9 @@ jobs:
123
kubectl apply -f config/rbac/
124
125
- name: Deploy controller
126
- run: kubectl apply -f config/e2e/
+ run: |
127
+ kubectl apply -f config/e2e/namespace.yaml
128
+ kubectl apply -f config/e2e/
129
130
- name: Wait for controller
131
run: kubectl wait --for=condition=Available deploy/coder-k8s -n coder-system --timeout=120s
0 commit comments