blob: f823ddbafa3cd41a8eddba6c09b3591cec561fb5 [file] [log] [blame]
# A global mesh policy with no DRs should not cause an error when in permissive mode.
apiVersion: authentication.istio.io/v1alpha1
kind: MeshPolicy
metadata:
name: default
spec:
peers:
- mtls:
mode: PERMISSIVE
---