-
Task
-
Resolution: Done
-
Undefined
-
ACM 2.9.0
-
False
-
-
False
-
-
-
No
Describe the changes in the doc and link to your dev story
Provide info for the following steps:
1. - [x] Mandatory Add the required version to the Fix version/s field.
2. - [x] Mandatory Choose the type of documentation change.
- [x] Update to an existing topic
3. - [x] Mandatory for GA content:
- [x] Add steps and/or other important conceptual information here:
We have a sample ClusterRole that needs to also include "policysets" in the list of "resources". See the documentation here: https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/governance/governance#manage-policy-definitions
resources:- policies - placementbindings
should become
resources:- policies
- policysets
- placementbindings
We have some stable "supported" policy sets so I think this will improve customer experience following the doc and using those resources. Otherwise they will have to debug problems where gitops won't push that resource.
4. - [x] Mandatory for bugs: What is the diff? Clearly define what the problem is, what the change is, and link to the current documentation:
See info above