Skip to content

Commit 546495b

Browse files
indent sub-bulleted item
1 parent 2a14efb commit 546495b

File tree

1 file changed

+18
-15
lines changed
  • documentation/2.0/content/release-notes

1 file changed

+18
-15
lines changed

documentation/2.0/content/release-notes/_index.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,24 @@ This may require some changes to existing models in order to be parsed correctly
3333
3434
- Object lists in the `kubernetes` section of the model now should be specified in a hyphenated list format,
3535
similar to how they appear in the domain resource file produced for [WebLogic Kubernetes Operator](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-resource/).
36-
```yaml
37-
    clusters:
38-
    - clusterName: 'cluster1'
39-
      allowReplicasBelowMinDynClusterSize: true
40-
    - clusterName: 'cluster2'
41-
      allowReplicasBelowMinDynClusterSize: true
42-
```
43-
- The "named object list" format is deprecated now, and will cause warning messages to be displayed.
44-
```yaml
45-
    clusters:
46-
      'cluster1':
47-
        allowReplicasBelowMinDynClusterSize: true
48-
      'cluster2':
49-
        allowReplicasBelowMinDynClusterSize: true
50-
```
36+
37+
```yaml
38+
    clusters:
39+
    - clusterName: 'cluster1'
40+
      allowReplicasBelowMinDynClusterSize: true
41+
    - clusterName: 'cluster2'
42+
      allowReplicasBelowMinDynClusterSize: true
43+
```
44+
45+
- The "named object list" format is deprecated now, and will cause warning messages to be displayed.
46+
```yaml
47+
    clusters:
48+
      'cluster1':
49+
        allowReplicasBelowMinDynClusterSize: true
50+
      'cluster2':
51+
        allowReplicasBelowMinDynClusterSize: true
52+
```
53+
5154

5255
- The deprecated argument `-model_sample` has been removed from the Model Help Tool.
5356
The Model Help Tool has used model sample format by default since release 1.9.2.

0 commit comments

Comments
 (0)