-
Bug
-
Resolution: Done
-
Normal
-
ACM 2.6.0, ACM 2.9.0, ACM 2.8.0, ACM 2.7.0
-
False
-
None
-
False
-
-
-
Low
-
No
Describe the changes in the doc and link to your dev story
Provide info for the following steps:
1. - [ ] Mandatory Add the required version to the Fix version/s field.
2. - [ ] Mandatory Choose the type of documentation change.
- [X] Update to an existing topic
4. - [ ] Mandatory for bugs: What is the diff? Clearly define what the problem is, what the change is, and link to the current documentation:
Need to fixes for the syntax on this section:
correct syntax looks like:
apiVersion: multicluster.openshift.io/v1
kind: MultiClusterEngine
metadata:
name: multiclusterengine
spec:
overrides:
components:
- name: "local-cluster"
enabled: false
note the 2 items:
- add the hyphen in front of name, aligned with components
- remove the " " around the word false