Skip to content

Commit 66c25fd

Browse files
authored
Update ingress-tls.md
Added --namespace ingress-basic to apply cluster-issuer.yaml
1 parent fce5281 commit 66c25fd

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
@@ -398,7 +398,7 @@ spec:
398398
To create the issuer, use the `kubectl apply` command.
399399

400400
```console
401-
kubectl apply -f cluster-issuer.yaml
401+
kubectl apply -f cluster-issuer.yaml --namespace ingress-basic
402402
```
403403

404404
## Update your ingress routes

0 commit comments

Comments
 (0)