Skip to content

Commit 9a18a9d

Browse files
kmadeldeniseschannon
authored andcommitted
Update istio.mdx
Fixed nginx2 config map indentation
1 parent 0795cb3 commit 9a18a9d

File tree

1 file changed

+9
-9
lines changed
  • vcluster_versioned_docs/version-0.28.0/_fragments/integrations

1 file changed

+9
-9
lines changed

vcluster_versioned_docs/version-0.28.0/_fragments/integrations/istio.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@ You can find your contexts by running `kubectl config get-contexts`
213213
namespace: test
214214
data:
215215
index.html: |
216-
<!DOCTYPE html>
217-
<html>
218-
<head>
219-
<title>Welcome to nginx v2!</title>
220-
</head>
221-
<body>
222-
<h1>Hello from Nginx Version 2!</h1>
223-
</body>
224-
</html>
216+
<!DOCTYPE html>
217+
<html>
218+
<head>
219+
<title>Welcome to nginx v2!</title>
220+
</head>
221+
<body>
222+
<h1>Hello from Nginx Version 2!</h1>
223+
</body>
224+
</html>
225225
```
226226

227227
```yaml title="deployment2.yaml"

0 commit comments

Comments
 (0)