Skip to content

Commit fa56f7e

Browse files
authored
docs: Remove additionalCategories from required fields (#543)
**What problem does this PR solve?**: The other fields are required; we should point out that additionalCategories is optional. Thanks @deepakm-ntnx for spotting this! **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 74f4964 commit fa56f7e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/content/customization/nutanix/machine-details.md

-9
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ spec:
5050
subnets:
5151
- name: subnet-name
5252
type: name
53-
additionalCategories:
54-
- key: example-key
55-
value: example-value
5653
systemDiskSize: 40Gi
5754
vcpuSockets: 2
5855
vcpusPerSocket: 1
@@ -82,9 +79,6 @@ spec:
8279
subnet:
8380
- name: subnet-name
8481
type: name
85-
additionalCategories:
86-
- key: example-key
87-
value: example-value
8882
systemDiskSize: 40Gi
8983
vcpuSockets: 2
9084
vcpusPerSocket: 1
@@ -112,9 +106,6 @@ spec:
112106
subnet:
113107
- name: subnet-name
114108
type: name
115-
additionalCategories:
116-
- key: example-key
117-
value: example-value
118109
systemDiskSize: 40Gi
119110
vcpuSockets: 2
120111
vcpusPerSocket: 1

0 commit comments

Comments
 (0)