e2e: shared volume plugin deployment for CI tests #59
@@ -32,6 +32,15 @@ jobs:
|
|||||||
- name: Build plugin
|
- name: Build plugin
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
- name: Setup kubectl
|
||||||
|
uses: azure/setup-kubectl@v4
|
||||||
|
|
||||||
|
- name: Setup Helm
|
||||||
|
uses: azure/setup-helm@v4
|
||||||
|
|
||||||
|
- name: Add Headlamp Helm repo
|
||||||
|
run: helm repo add headlamp https://headlamp-k8s.github.io/headlamp/ && helm repo update
|
||||||
|
|
||||||
- name: Ensure PVC exists
|
- name: Ensure PVC exists
|
||||||
run: kubectl apply -f deployment/headlamp-plugins-pvc.yaml
|
run: kubectl apply -f deployment/headlamp-plugins-pvc.yaml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user