Commit e2cf706
authored
Remove annotations and added ingressClassName spec (#1576)
Tested with K8S version 1.26.6 on AKS, without ingressClassName spec pointing to IngressClass the AGIC does not seem to configure anything on ApplicationGateway.
The default IngressClass is azure-application-gateway from kubectl get IngressClass command
The annotations are removed otherwise ingressClassName spec cannot be used.1 parent 91fa7b2 commit e2cf706
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments