Skip to content

Commit

Permalink
fix: update disk/memory field description
Browse files Browse the repository at this point in the history
Signed-off-by: lstocchi <[email protected]>
  • Loading branch information
lstocchi committed Jul 17, 2024
1 parent ed95663 commit b07bba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"default": 11000000000,
"maximum": "HOST_TOTAL_MEMORY",
"step": 500000000,
"description": "Memory size, in GiB",
"description": "Memory size",
"scope": [
"KubernetesProviderConnectionFactory",
"DEFAULT"
Expand All @@ -37,7 +37,7 @@
"default": 4000000000,
"maximum": "HOST_TOTAL_MEMORY",
"step": 500000000,
"description": "Memory size, in GiB",
"description": "Memory size",
"scope": [
"KubernetesProviderConnectionFactory",
"DEFAULT"
Expand Down Expand Up @@ -88,7 +88,7 @@
"minimum": 35000000000,
"maximum": "HOST_TOTAL_DISKSIZE",
"step": 500000000,
"description": "Disk size, in GiB",
"description": "Disk size",
"scope": [
"KubernetesProviderConnectionFactory",
"DEFAULT"
Expand Down

0 comments on commit b07bba2

Please sign in to comment.