Skip to content

Commit

Permalink
docs: Remove additionalCategories from required fields (#543)
Browse files Browse the repository at this point in the history
**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.
-->
  • Loading branch information
dlipovetsky authored Apr 23, 2024
1 parent 74f4964 commit fa56f7e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/content/customization/nutanix/machine-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ spec:
subnets:
- name: subnet-name
type: name
additionalCategories:
- key: example-key
value: example-value
systemDiskSize: 40Gi
vcpuSockets: 2
vcpusPerSocket: 1
Expand Down Expand Up @@ -82,9 +79,6 @@ spec:
subnet:
- name: subnet-name
type: name
additionalCategories:
- key: example-key
value: example-value
systemDiskSize: 40Gi
vcpuSockets: 2
vcpusPerSocket: 1
Expand Down Expand Up @@ -112,9 +106,6 @@ spec:
subnet:
- name: subnet-name
type: name
additionalCategories:
- key: example-key
value: example-value
systemDiskSize: 40Gi
vcpuSockets: 2
vcpusPerSocket: 1
Expand Down

0 comments on commit fa56f7e

Please sign in to comment.