diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc15b2c..b982dba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,12 +85,12 @@ jobs: - name: Download Docker image uses: actions/download-artifact@v4 with: - name: kube-pod-autocomplete Image + name: Kube-Pod-Autocomplete Image - name: Download Helm chart uses: actions/download-artifact@v4 with: - name: kube-pod-autocomplete Helm-Chart + name: Kube-Pod-Autocomplete Helm-Chart - name: Run E2E tests run: make test-e2e diff --git a/README.md b/README.md index 4fa6df1..a284bb1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ ## TODO -- Add e2e-tests. - Consider adding garden config to simplify testing. - Add search pods by label/ns/phase endpoint as a possible use-case.