diff --git a/.dockerignore b/.dockerignore index bc65fde0..68f1883c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,10 +3,11 @@ Dockerfile *.swp .dockerignore .git -.github -doc -README.md -RELEASE.md - +*.yaml +*.md +*.json +*.sh +*.png +*.svg # OSX files .DS_Store \ No newline at end of file diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 4d1f81ee..abd851b0 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -53,8 +53,9 @@ jobs: kubectl cluster-info dump - name: Load limitador docker image run: | - docker save -o image.tar ${{ steps.meta.outputs.tags }} - kind load image-archive --name limitador-local image.tar + kind load docker-image ${{ steps.meta.outputs.tags }} -n limitador-local +# docker save -o image.tar ${{ steps.meta.outputs.tags }} +# kind load image-archive --name limitador-local image.tar - name: Deploy limitador run: | kubectl apply -f limitador-server/e2e/file-watcher/configmap.yaml diff --git a/limitador-server/e2e/file-watcher/deployment.yaml b/limitador-server/e2e/file-watcher/deployment.yaml index 9964f08c..ee4dba52 100644 --- a/limitador-server/e2e/file-watcher/deployment.yaml +++ b/limitador-server/e2e/file-watcher/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: limitador - image: localhost/limitador-testing:latest + image: limitador-testing:latest imagePullPolicy: IfNotPresent env: - name: RUST_LOG