Skip to content

Commit 3b8504e

Browse files
authored
Merge pull request #43028 from mburke5678/OSDOCS-3167-node-separate-var-partition-follow-up
OSDOCS-3167 follow up to fix missing comma in JSON
2 parents 33b7ee5 + 5e55438 commit 3b8504e

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

modules/machine-node-custom-partition.adoc

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,6 @@ Do not change the values in the `ignition` stanza.
4848
}
4949
]
5050
},
51-
"security": {
52-
"tls": {
53-
"certificateAuthorities": [
54-
{
55-
"source": "data:text/plain;charset=utf-8;base64,LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURFRENDQWZpZ0F3SUJBZ0lJTjRGN3RORnlWMGd3RFFZSktvWklodmNOQVFFTEJRQXdKakVTTUJBR0ExVUUKQ3hNSmIzQmxibk5vYVdaME1SQXdEZ1lEVlFRREV3ZHliMjkwTFdOaE1CNFhEVEl5TURFeE56RTVOREF4T1ZvWApEVE15TURFeE5URTVOREF4T1Zvd0pqRVNNQkFHQTFVRUN4TUpiM0JsYm5Ob2FXWjBNUkF3RGdZRFZRUURFd2R5CmIyOTBMV05oTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3OFBRODR2SkM4WVkKL3lQK3lSeHpoMWdKa2RHcmJVRVNNzUnh5c0l6YW0rczFISGVtcS90MWN3SEh1NCtrRTNVVllCanlpdE9=="
56-
}
57-
]
58-
}
59-
},
60-
"version": "3.2.0"
61-
}
62-
}
63-
64-
}
65-
]
66-
},
6751
"security": {
6852
"tls": {
6953
"certificateAuthorities": [
@@ -82,7 +66,7 @@ Do not change the values in the `ignition` stanza.
8266
"partitions": [
8367
{
8468
"label": "var",
85-
"sizeMiB": 50000 <2>
69+
"sizeMiB": 50000, <2>
8670
"startMiB": 0 <3>
8771
}
8872
]

0 commit comments

Comments
 (0)