Skip to content

Commit

Permalink
fixed spelling errors raised by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
swgriffith committed Feb 7, 2025
1 parent 4b95cc0 commit 605178a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/_posts/2025-02-05-afd-aks-ingress-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ EOF
Now we can deploy the ingress definition. Look out for the following:

1. The 'tls' section maps the inbound TLS request to the appropriate certificate secret
2. The 'rules' section maps the targeted host name to the backend service that should be targetted
2. The 'rules' section maps the targeted host name to the backend service that should be targeted

```bash
cat <<EOF|kubectl apply -f -
Expand Down

0 comments on commit 605178a

Please sign in to comment.