Skip to content

Commit cf53be0

Browse files
authored
Fix typo in ingress with Let's Encrypt
1 parent 13bb4db commit cf53be0

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
@@ -162,7 +162,7 @@ az network public-ip show --ids $PUBLICIPID --query "[dnsSettings.fqdn]" --outpu
162162
```
163163

164164
#### Method 2: Set the DNS label using helm chart settings
165-
You can pass an annotation setting to your helm chard configuration by using the `--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-dns-label-name"` parameter. This can be set either when the ingress controller is first deployed, or it can be configured later.
165+
You can pass an annotation setting to your helm chart configuration by using the `--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-dns-label-name"` parameter. This can be set either when the ingress controller is first deployed, or it can be configured later.
166166
The following example shows how to update this setting after the controller has been deployed.
167167

168168
```
@@ -538,4 +538,4 @@ You can also:
538538
[install-azure-cli]: /cli/azure/install-azure-cli
539539
[aks-supported versions]: supported-kubernetes-versions.md
540540
[aks-integrated-acr]: cluster-container-registry-integration.md?tabs=azure-cli#create-a-new-aks-cluster-with-acr-integration
541-
[acr-helm]: ../container-registry/container-registry-helm-repos.md
541+
[acr-helm]: ../container-registry/container-registry-helm-repos.md

0 commit comments

Comments
 (0)