Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix: stop using deprecated/removed --generator flag in e2e tests (#819)
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Maga <[email protected]>
  • Loading branch information
Flydiverny authored Aug 5, 2021
1 parent a291f4b commit 6347182
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ jobs:
name: E2E
steps:
- uses: actions/checkout@v2
- name: versions
run: |
kind version
kubectl version --client
helm version --client
- run: ./e2e/run-e2e-suite.sh
1 change: 0 additions & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ kubectl run \
--env="AWS_DEFAULT_REGION=us-east-1" \
--env="AWS_REGION=us-east-1" \
--env="LOCALSTACK_STS_URL=http://sts" \
--generator=run-pod/v1 \
--overrides='{ "apiVersion": "v1", "spec":{"serviceAccountName": "external-secrets-e2e"}}' \
e2e --image=external-secrets-e2e:test
``
1 change: 0 additions & 1 deletion e2e/run-e2e-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,5 @@ kubectl run \
--env="AWS_DEFAULT_REGION=us-east-1" \
--env="AWS_REGION=us-east-1" \
--env="LOCALSTACK_STS_URL=http://sts" \
--generator=run-pod/v1 \
--overrides='{ "apiVersion": "v1", "spec":{"serviceAccountName": "external-secrets-e2e"}}' \
e2e --image=external-secrets-e2e:test

0 comments on commit 6347182

Please sign in to comment.