We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bad08f commit 39ce719Copy full SHA for 39ce719
.github/workflows/ci.yml
@@ -163,10 +163,8 @@ jobs:
163
with:
164
name: controller-image
165
path: /tmp
166
- # - name: Load docker image from tarball
167
- # run: docker load --input /tmp/image.tar
168
- name: Load image into k3d registry
169
- run: k3d image import /tmp/image.tar --cluster kube --verbose
+ run: k3d image import /tmp/image.tar --cluster kube
170
- name: helm template | kubctl apply
171
run: |
172
apiserver="$(kubectl get endpoints kubernetes -ojson | jq '.subsets[0].addresses[0].ip' -r)"
0 commit comments