-
Feature
-
Resolution: Unresolved
-
Critical
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
Not Selected
Problem Statement:
In the current version of Red Hat Advanced Cluster Management (RHACM) — specifically 2.13.2 — the ApplicationSet creation UI only supports the ClusterDecisionResource generator when creating an ApplicationSet via the YAML editor. Attempting to use other ArgoCD-supported generator types like Git results in an error:
“Must have required property 'clusterDecisionResource'”
This restricts users from leveraging the full flexibility of ArgoCD ApplicationSet features through the RHACM UI.
Customer Impact & Context:
A customer working in a LAB environment encountered this issue while trying to configure an ApplicationSet that uses path templating based on cluster labels:
~~~
path: deployment/overlays/metadata.labels.cloud
~~~
To do this, the customer intended to use the Git generator. However, the RHACM UI YAML editor flagged it as invalid unless a clusterDecisionResource generator was used. This is misleading and implies that other generator types are not supported — even though they work when configured directly in the CRD (CustomResourceDefinition) or via CLI.
The customer was eventually able to configure it correctly outside the UI, but the UI validation led to confusion and unnecessary troubleshooting. While this did not cause a direct business impact, it delayed configuration and reduced the confidence in the RHACM UI tooling.
- is duplicated by
-
ACM-17886 ACM 2.15 UI Support for other ApplicationSet generator
-
- New
-