-
Task
-
Resolution: Done
-
Undefined
-
ACM 2.9.0, ACM 2.7.Z, ACM 2.8.Z
-
False
-
None
-
False
-
Administer
-
-
-
No
In section 2.7.2. Template functions [0]
- The first paragraph lists utility functions including "base64encode" and "base64decode". These should be named "base64enc" and "base64dec" to match the name of the function as documented just below this paragrah.
In section 2.7.2.3 fromClusterClaim function[1]
- The return is listed as `(value map[string]interface{}, err Error)`
The `fromClusterClaim` function return should be `(dataValue string, err Error)`
[0] https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html-single/governance/index#template-functions
[1] https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html-single/governance/index#fromclusterclaim-func