From 99d7ca0691fa4052afaad7599a0eee92725e9431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Levilain?= Date: Mon, 8 May 2023 09:09:09 +0200 Subject: [PATCH] docs: fix proxyfleet in example (#110) --- .vscode/settings.json | 3 ++- examples/getting-started/proxy.yaml | 10 ++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index bee6c57f..1e05afaf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } } \ No newline at end of file diff --git a/examples/getting-started/proxy.yaml b/examples/getting-started/proxy.yaml index 5073e0a5..c384d67d 100644 --- a/examples/getting-started/proxy.yaml +++ b/examples/getting-started/proxy.yaml @@ -9,9 +9,7 @@ spec: service: type: LoadBalancer externalTrafficPolicy: Local - template: - spec: - version: - channel: Velocity - name: latest - config: {} + version: + channel: Velocity + name: latest + config: {}