- Deploy Appgw and AKS using template (greenfield deployment)
- Add the staging repo to the helm
helm repo add staging https://appgwingress.blob.core.windows.net/ingress-azure-helm-package-staging/
helm repo update
# this will also enable reconcile
helm install -f helm-config.yaml staging/ingress-azure --version 8420 --generate-name
helm upgrade <releaseName> staging/ingress-azure --version 8420 --reuse-values --set reconcilePeriodSeconds=30