Commit c398005
authored
Update csi-secrets-store-nginx-tls.md
I found 5 mistakes on the yamls file format, and the yaml files have been fixed.
on file aks-helloworld-one.yaml and aks-helloworld-two.yaml on the service section it will not create because the format was wrong
ports:
- port: 80
the - it was before the ports:
and on the ingress file there was two mistakes :
tls:
- hosts:
should be.
tls:
- hosts:
and also :
rules:
- host: demo.azure.com
should be
rules:
- host: demo.azure.com
now the mistakes fixed to make sure once the customer trying to run those yaml files without an issues.1 parent c579b16 commit c398005
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| |||
0 commit comments