Skip to content

Commit 4c3c5b4

Browse files
(Azure CXP) resolves MicrosoftDocs/azure-docs#51610
updated the kubectl apply -f cluster-issuer.yaml --namespace ingress-basic to kubectl apply -f cluster-issuer.yaml
1 parent 4647ca9 commit 4c3c5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/ingress-tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ spec:
161161
To create the issuer, use the `kubectl apply` command.
162162

163163
```console
164-
kubectl apply -f cluster-issuer.yaml --namespace ingress-basic
164+
kubectl apply -f cluster-issuer.yaml
165165
```
166166

167167
## Run demo applications

0 commit comments

Comments
 (0)