1# A global mesh policy with no DRs should cause an error
2# Require mTLS for our service
3apiVersion: authentication.istio.io/v1alpha1
4kind: MeshPolicy
5metadata:
6  name: default
7spec:
8  peers:
9  - mtls: {}
10---