Description of the problem: A customer using gitops + ACM control policies to apply changes Release version: 2.4.1 Operator snapshot version: OCP version: Browser Info: Steps to reproduce: 1. set up gitops and ACM to deploy policies[1] 2. make changes to policies on quota [2] 3. Actual results: the change does not get picked up and does not get pushed Expected results: the change is picked up and pushed Additional info: [1] - https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/governance#deploy-policies-using-gitops [2] - sample change : --- .../mgmt/policy-tenant-core-tech-mgmt.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apply/AC-Access-Control/mgmt/policy-tenant-core-tech-mgmt.yaml b/apply/AC-Access-Control/mgmt/policy-tenant-core-tech-mgmt.yaml index fd3c045..fdf5d1c 100644 --- a/apply/AC-Access-Control/mgmt/policy-tenant-core-tech-mgmt.yaml +++ b/apply/AC-Access-Control/mgmt/policy-tenant-core-tech-mgmt.yaml @@ -77,10 +77,10 @@ spec: possibly related to bz#2042545 ocp_quotas: - name: core-tech-tooling-quota cpu: - limit: "12" - request: "4" + limit: "24" + request: "8" memory: - limit: "16Gi" + limit: "32Gi" request: "10Gi"
*** This bug has been marked as a duplicate of bug 2042545 ***