Skip to content

Commit 55ea235

Browse files
authored
Update istio.mdx
1 parent ad8bbb0 commit 55ea235

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

vcluster/_fragments/integrations/istio.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -206,21 +206,21 @@ You can find your contexts by running `kubectl config get-contexts`
206206
Create an additional NGINX deployment configured to serve a different response body, using a separate ConfigMap:
207207

208208
```yaml title="configmap2.yaml"
209-
apiVersion: v1
210-
kind: ConfigMap
211-
metadata:
212-
name: nginx-configmap-v2
213-
namespace: test
214-
data:
215-
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>
209+
apiVersion: v1
210+
kind: ConfigMap
211+
metadata:
212+
name: nginx-configmap-v2
213+
namespace: test
214+
data:
215+
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>
224224
</html>
225225
```
226226

0 commit comments

Comments
 (0)