Skip to content

Commit 1347d5a

Browse files
authored
Merge pull request #118433 from ammarqq/patch-3
Update csi-secrets-store-nginx-tls.md
2 parents 5a1063c + c398005 commit 1347d5a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/aks/csi-secrets-store-nginx-tls.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Again, the instructions change slightly depending on your scenario. Follow the i
229229
spec:
230230
type: ClusterIP
231231
ports:
232-
- port: 80
232+
- port: 80
233233
selector:
234234
app: aks-helloworld-one
235235
```
@@ -278,7 +278,7 @@ Again, the instructions change slightly depending on your scenario. Follow the i
278278
spec:
279279
type: ClusterIP
280280
ports:
281-
- port: 80
281+
- port: 80
282282
selector:
283283
app: aks-helloworld-two
284284
```
@@ -334,7 +334,7 @@ Again, the instructions change slightly depending on your scenario. Follow the i
334334
spec:
335335
type: ClusterIP
336336
ports:
337-
- port: 80
337+
- port: 80
338338
selector:
339339
app: aks-helloworld-one
340340
```
@@ -372,7 +372,7 @@ Again, the instructions change slightly depending on your scenario. Follow the i
372372
spec:
373373
type: ClusterIP
374374
ports:
375-
- port: 80
375+
- port: 80
376376
selector:
377377
app: aks-helloworld-two
378378
```
@@ -400,11 +400,11 @@ We can now deploy a Kubernetes ingress resource referencing the secret.
400400
spec:
401401
ingressClassName: nginx
402402
tls:
403-
- hosts:
403+
- hosts:
404404
- demo.azure.com
405405
secretName: ingress-tls-csi
406406
rules:
407-
- host: demo.azure.com
407+
- host: demo.azure.com
408408
http:
409409
paths:
410410
- path: /hello-world-one(/|$)(.*)

0 commit comments

Comments
 (0)