Skip to content

Commit c19f7f3

Browse files
authored
[AKS] Fixes MicrosoftDocs/azure-docs#18497
1 parent 417709c commit c19f7f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/ingress-tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ metadata:
252252
name: tls-secret
253253
namespace: ingress-basic
254254
spec:
255-
secretName: tls-secret
255+
secretName: tls-secret-staging
256256
dnsNames:
257257
- demo-aks-ingress.eastus.cloudapp.azure.com
258258
acme:
@@ -271,7 +271,7 @@ To create the certificate resource, use the `kubectl apply -f certificates.yaml`
271271
```
272272
$ kubectl apply -f certificates.yaml
273273
274-
certificate.certmanager.k8s.io/tls-secret created
274+
certificate.certmanager.k8s.io/tls-secret-staging created
275275
```
276276

277277
## Test the ingress configuration

0 commit comments

Comments
 (0)