Skip to content

Commit

Permalink
fix: Adapt to the updated setup-test-cluster action (#452)
Browse files Browse the repository at this point in the history
fix: Adapt to new setup-test-cluster action
  • Loading branch information
c-pius authored Dec 23, 2024
1 parent 2d01d91 commit 8e46627
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-e2e-runtime-watcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ jobs:
with:
k8s_version: ${{ steps.configuration.outputs.k8s_version }}
cert_manager_version: ${{ steps.configuration.outputs.cert_manager_version }}
additional_skr_args: "-p 9090:9090@loadbalancer;-p 2112:2112@loadbalancer"

- name: Additional test cluster configuration
run: |
k3d cluster edit skr --port-add 9090:9090@loadbalancer
k3d cluster edit skr --port-add 2112:2112@loadbalancer
- name: Patch lifecycle-manager
uses: ./.github/actions/patch-lifecycle-manager
Expand Down

0 comments on commit 8e46627

Please sign in to comment.