I have enabled ASM on my GKE cluster and have also labeled my namespace for sidecar injection yet I dont see any istio proxy sidecar getting attached to my deployment
kubectl get namespace default --show-labels
NAME STATUS AGE LABELS
cogeco Active 10d istio.io/rev=asm-managed,kubernetes.io/metadata.name=default
Please help me troubleshoot