From 3d394844fe9421409c643956553403858cb4bd65 Mon Sep 17 00:00:00 2001 From: Craig O'Donnell Date: Tue, 3 Oct 2023 14:18:23 -0400 Subject: [PATCH] no need for secret in some tests --- .github/workflows/build-test.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index d5eaf456a2..19acdf7e9e 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -1373,11 +1373,6 @@ jobs: - run: chmod +x bin/kots - - name: create namespace and dockerhub secret - run: | - kubectl create ns "$APP_SLUG" - kubectl create secret docker-registry kotsadm-dockerhub --docker-server index.docker.io --docker-username "${{ secrets.E2E_DOCKERHUB_USERNAME }}" --docker-password "${{ secrets.E2E_DOCKERHUB_PASSWORD }}" --namespace "$APP_SLUG" - - name: run kots admin-console generate-manifests without k8s context run: | set +e @@ -2272,11 +2267,6 @@ jobs: - run: chmod +x bin/kots - - name: create namespace and dockerhub secret - run: | - kubectl create ns "$APP_SLUG" - kubectl create secret docker-registry kotsadm-dockerhub --docker-server index.docker.io --docker-username "${{ secrets.E2E_DOCKERHUB_USERNAME }}" --docker-password "${{ secrets.E2E_DOCKERHUB_PASSWORD }}" --namespace "$APP_SLUG" - - name: run the test run: | set +e