Bug 2043526

Summary: RHACM does not apply changed manifests
Product: Red Hat Advanced Cluster Management for Kubernetes Reporter: Felix Dewaleyne <fdewaley>
Component: GRC & PolicyAssignee: Yu Cao <ycao56>
Status: CLOSED DUPLICATE QA Contact: Derek Ho <dho>
Severity: medium Docs Contact: Mikela Dockery <mdockery>
Priority: unspecified    
Version: rhacm-2.4CC: fdewaley, wkutler
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-01-21 14:55:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Felix Dewaleyne 2022-01-21 13:04:15 UTC
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"

Comment 1 Will Kutler 2022-01-21 14:55:07 UTC

*** This bug has been marked as a duplicate of bug 2042545 ***