Skip to content

Commit 7b38db3

Browse files
authored
Merge pull request #69952 from mletalie/OSDOCS-6893
[OSDOCS-6893]Field presentation mistake in example, string instead of list of strings
2 parents 55fba43 + a0fdd5b commit 7b38db3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/nodes-cma-autoscaling-custom-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ spec:
104104
policy:
105105
rules:
106106
- level: Metadata
107-
omitStages: "RequestReceived"
107+
omitStages: ["RequestReceived"]
108108
omitManagedFields: false
109109
lifetime:
110110
maxAge: "2"

modules/sd-nodes-cma-autoscaling-custom-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ spec:
118118
policy:
119119
rules:
120120
- level: Metadata
121-
omitStages: "RequestReceived"
121+
omitStages: ["RequestReceived"]
122122
omitManagedFields: false
123123
lifetime:
124124
maxAge: "2"

0 commit comments

Comments
 (0)