-
Bug
-
Resolution: Done
-
Critical
-
ACM 2.15.0
-
Quality / Stability / Reliability
-
False
-
-
False
-
-
-
Installer Sprint 2025-69
-
Critical
-
None
Description of problem:
When executing the make regenerate-charts-operator-bundles command on the main branch of the multiclusterhub-operator repo, running go generate afterward will fail due to the missing escaped-template-variables for the multicloud-operators-subscription component.
Version-Release number of selected component (if applicable):
ACM 2.15.0
How reproducible:
Always
Steps to Reproduce:
- make regenerate-charts-operator-bundles
- go generate
- ...
Actual results:
2025-10-03T12:02:22.649Z INFO reconcile error rendering chart: multicloud-operators-subscription
2025-10-03T12:02:22.649Z INFO reconcile parse error at (multicloud-operators-subscription/templates/gitops-addon.addonTemplates.yaml:46): function "UNINSTALL" not defined
panic: ([]error) 0xc0003b0990
Expected results:
The go generate command should pass successfully.