Skip to content

Commit

Permalink
Update schemas/private/ekscluster-kfd-v1alpha2.json
Browse files Browse the repository at this point in the history
Co-authored-by: Ramiro Algozino <[email protected]>
  • Loading branch information
g-iannelli and ralgozino committed Feb 25, 2025
1 parent 70364b9 commit 755ae21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schemas/private/ekscluster-kfd-v1alpha2.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
"Spec.Kubernetes.NodePoolsCommon": {
"type": "object",
"additionalProperties": false,
"description": "All the common self-managed node pool definitions. Currently supports only the IMDS properties.",
"description": "Additional properties in common for all self-managed node pools. Currently only IMDS properties are supported.",
"properties": {
"metadataHttpEndpoint": {
"description": "Specifies whether the instance metadata service (IMDS) is enabled or disabled. When set to 'disabled', instance metadata is not accessible.",
Expand Down
2 changes: 1 addition & 1 deletion schemas/public/ekscluster-kfd-v1alpha2.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
"Spec.Kubernetes.NodePoolsCommon": {
"type": "object",
"additionalProperties": false,
"description": "All the common self-managed node pool definitions. Currently supports only the IMDS properties.",
"description": "Additional properties in common for all self-managed node pools. Currently only IMDS properties are supported.",
"properties": {
"metadataHttpEndpoint": {
"description": "Specifies whether the instance metadata service (IMDS) is enabled or disabled. When set to 'disabled', instance metadata is not accessible.",
Expand Down

0 comments on commit 755ae21

Please sign in to comment.