We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f04eb1 commit c7834a3Copy full SHA for c7834a3
contrib/platiagro/installs/generic/authorization-policy.yaml
@@ -104,3 +104,15 @@ spec:
104
selector:
105
matchLabels:
106
seldon.io/model: "true"
107
+---
108
+apiVersion: security.istio.io/v1beta1
109
+kind: AuthorizationPolicy
110
+metadata:
111
+ name: knative-serving
112
+ namespace: anonymous
113
+spec:
114
+ selector:
115
+ matchLabels:
116
+ monitoring: "true"
117
+ rules:
118
+ - {}
0 commit comments