File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
vcluster/_fragments/integrations Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -206,21 +206,21 @@ You can find your contexts by running `kubectl config get-contexts`
206
206
Create an additional NGINX deployment configured to serve a different response body, using a separate ConfigMap :
207
207
208
208
` ` ` 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>
224
224
</html>
225
225
` ` `
226
226
You can’t perform that action at this time.
0 commit comments