fix: add RBAC apply step to E2E workflow (PRI-550)
Adds 'kubectl apply -f deployment/e2e-ci-runner-rbac.yaml' step to the E2E workflow before the deploy script runs. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -51,6 +51,9 @@ jobs:
|
|||||||
- name: Build plugin
|
- name: Build plugin
|
||||||
run: npx @kinvolk/headlamp-plugin build
|
run: npx @kinvolk/headlamp-plugin build
|
||||||
|
|
||||||
|
- name: Apply RBAC for E2E runner
|
||||||
|
run: kubectl apply -f deployment/e2e-ci-runner-rbac.yaml
|
||||||
|
|
||||||
- name: Deploy E2E Headlamp instance
|
- name: Deploy E2E Headlamp instance
|
||||||
run: scripts/deploy-e2e-headlamp.sh
|
run: scripts/deploy-e2e-headlamp.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user