Skip to content

Commit 1dbdc6c

Browse files
committed
Stop using musthaveonly for the configmap
It causes flapping of the status of the subscription because the ca operator will fill in the data, and acm will try to empty it again
1 parent ff2c144 commit 1dbdc6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/policies/ocp-gitops-policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
env:
4545
- name: ARGOCD_CLUSTER_CONFIG_NAMESPACES
4646
value: "*"
47-
- complianceType: mustonlyhave
47+
- complianceType: musthave
4848
objectDefinition:
4949
kind: ConfigMap
5050
apiVersion: v1

0 commit comments

Comments
 (0)