Skip to content

Commit

Permalink
Revert irrelevant changes to simplify the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kispaljr committed May 29, 2024
1 parent 7327620 commit 12365a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deployments/local/porch-api-endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ subsets:
- addresses:
- ip: 172.17.0.1
ports:
- name: api
- appProtocol: https
name: api
port: 4443
protocol: TCP
- name: webhooks
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/porch-development-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ make test

### Run the end-to-end tests

To test porch directly via its Kubernetes API:
To test porch directly via its API:
```
E2E=1 go test -v ./test/e2e
```
Expand Down

0 comments on commit 12365a1

Please sign in to comment.