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

Commit

Permalink
Merge pull request #768 from sergioifg94/policy-sync-field-rename
Browse files Browse the repository at this point in the history
Rename policiesToSync GatewayClass param field
  • Loading branch information
openshift-merge-bot[bot] authored Jan 18, 2024
2 parents 1464904 + 1295a33 commit 2cd2cf6
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 2cd2cf6

Please sign in to comment.