Skip to content

Commit eab2ee3

Browse files
authored
Merge pull request #232446 from cynthn/patch-59
[Doc-a-thon] application-gateway/ingress-controller-install-existing.md
2 parents 1d4b537 + a8e7e64 commit eab2ee3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/application-gateway/ingress-controller-install-existing.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,7 @@ In the first few steps, we install Helm's Tiller on your Kubernetes cluster. Use
207207
```
208208
209209
1. Edit helm-config.yaml and fill in the values for `appgw` and `armAuth`.
210-
```bash
211-
nano helm-config.yaml
212-
```
213-
210+
214211
> [!NOTE]
215212
> The `<identity-resource-id>` and `<identity-client-id>` are the properties of the Azure AD Identity you setup in the previous section. You can retrieve this information by running the following command: `az identity show -g <resourcegroup> -n <identity-name>`, where `<resourcegroup>` is the resource group in which the top level AKS cluster object, Application Gateway and Managed Identify are deployed.
216213

0 commit comments

Comments
 (0)