Hey, everybody! This check is deprecated in the gateway template. Specifying `loadBalancerIP` is required on vanilla bare-metal deployments. https://github.com/aquasecurity/aqua-helm/blob/2022.4/gateway/templates/gate-service.yaml ``` {{- if eq .Values.global.platform "aks" }} loadBalancerIP: {{ .Values.service.loadbalancerIP }} {{- end }} ``` Can we get that rule out of the way?