Skip to content

Commit 37b4f49

Browse files
authored
Merge pull request #77283 from iainfoulds/patch-4
[AKS] Update secret name for staging
2 parents 417709c + c19f7f3 commit 37b4f49

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)