1# A global mesh policy with no DRs should not cause an error when in permissive mode.
2apiVersion: authentication.istio.io/v1alpha1
3kind: MeshPolicy
4metadata:
5  name: default
6spec:
7  peers:
8  - mtls:
9      mode: PERMISSIVE
10---