Skip to content

Commit 5ef9af8

Browse files
committed
fix kyverno default json
On-behalf-of: Radek Schekalla (SAP) <[email protected]> Signed-off-by: Radek Schekalla (SAP) <[email protected]>
1 parent 9d8128c commit 5ef9af8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

internal/controller/core/cloudorchestrator/controller.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ const (
5656
"[*/*,istio-system,*]",
5757
"[*/*,kyma-system,*]",
5858
"[*/*,kube-system,*]",
59-
"[*/*,kube-public,*]",
60-
59+
"[*/*,kube-public,*]"
6160
],
6261
"updateRequestThreshold": 5000,
6362
"webhooks": {
@@ -71,8 +70,7 @@ const (
7170
"kyverno",
7271
"istio-system",
7372
"kube-public",
74-
"kyma-system",
75-
73+
"kyma-system"
7674
]
7775
}
7876
]

0 commit comments

Comments
 (0)