Skip to content

Commit 5ba3a4e

Browse files
authored
Merge pull request #642 from kubescape/feature/support-istio-beta1
Support Istio v1beta1 objects
2 parents 588e6b4 + 809c2c9 commit 5ba3a4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rules/exposure-to-internet-via-istio-ingress/rule.metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"networking.istio.io"
4949
],
5050
"apiVersions": [
51-
"v1"
51+
"v1",
52+
"v1beta1"
5253
],
5354
"resources": [
5455
"VirtualService",

0 commit comments

Comments
 (0)