Skip to content

Commit

Permalink
Enable RBAC during CI tests (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfjelds authored Oct 16, 2020
1 parent d5d5fd9 commit a634305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
sudo sh -c "microk8s.kubectl config view --raw >~/.kube/config"
sudo cat ~/.kube/config
sudo microk8s.enable helm3
- name: MicroK8s enable RBAC
run: sudo microk8s.enable rbac
- name: MicroK8s enable DNS
run: sudo microk8s.enable dns
- name: MicroK8s allow privileged pods
Expand Down

0 comments on commit a634305

Please sign in to comment.