We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e80e6 commit 8a860cfCopy full SHA for 8a860cf
1 file changed
.github/workflows/backend.yaml
@@ -244,8 +244,9 @@ jobs:
244
- name: Init k3s
245
uses: nolar/setup-k3d-k3s@v1
246
with:
247
- version: latest
+ version: v1.27.16+k3s1
248
k3d-args: -s 1 --network dinky_net --api-port 172.28.0.1:6550
249
+ k3d-tag: v5.7.5
250
- name: Get k3s kube config
251
run: k3d kubeconfig get --all && mkdir ./kube && k3d kubeconfig get --all > ./kube/k3s.yaml && sed -i 's/0.0.0.0/172.28.0.1/g' ./kube/k3s.yaml
252
- name: Init k8s RBAC and namespace
0 commit comments