Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Rename policiesToSync GatewayClass param field
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Franco Garcia committed Jan 18, 2024
1 parent 1464904 commit 1295a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
data:
params: |
{
"policiesToSync": [
"experimentalPolicySync": [
{ "group": "kuadrant.io", "version": "v1beta1", "resource": "authpolicies" }
]
}
2 changes: 1 addition & 1 deletion pkg/controllers/gateway/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Params struct {

// PoliciesToSync specifies a listof Policy GVRs that will be watched
// in the hub and synced to the spokes
PoliciesToSync []ParamsGroupVersionResource `json:"policiesToSync,omitempty"`
PoliciesToSync []ParamsGroupVersionResource `json:"experimentalPolicySync,omitempty"`
}

type ParamsGroupVersionResource struct {
Expand Down

0 comments on commit 1295a33

Please sign in to comment.