Skip to content

Commit

Permalink
docs: fix proxyfleet in example (jeremylvln#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln authored May 8, 2023
1 parent 8b17607 commit 99d7ca0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///Users/jeremy/personal/Shulker/.github/workflows/deploy.yml"
"https://json.schemastore.org/github-workflow.json": ".github/workflows/deploy.yml",
"https://json.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml"
}
}
10 changes: 4 additions & 6 deletions examples/getting-started/proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ spec:
service:
type: LoadBalancer
externalTrafficPolicy: Local
template:
spec:
version:
channel: Velocity
name: latest
config: {}
version:
channel: Velocity
name: latest
config: {}

0 comments on commit 99d7ca0

Please sign in to comment.