Skip to content

Commit

Permalink
Remove kubeconfig and add it to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
anveshreddy18 committed May 29, 2024
1 parent 8b7bc47 commit 5454c29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ compctedsnap.bkp*
.vscode
.idea/

# kubeconfig
hack/e2e-test/infrastructure/kind/kubeconfig

# developers workspace
tmp
dev
Expand Down
1 change: 0 additions & 1 deletion hack/ci-e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ echo "{ \"accessKeyID\": \"ACCESSKEYAWSUSER\", \"secretAccessKey\": \"sEcreTKey\
: ${TEST_PROVIDERS:="aws"}
TEST_PROVIDERS=${1:-$TEST_PROVIDERS}


make LOCALSTACK_HOST="localstack.default:4566" \
AWS_ENDPOINT_URL_S3="http://localhost:4566" \
AWS_ACCESS_KEY_ID="ACCESSKEYAWSUSER" \
Expand Down
19 changes: 0 additions & 19 deletions hack/e2e-test/infrastructure/kind/kubeconfig

This file was deleted.

0 comments on commit 5454c29

Please sign in to comment.