Skip to content

Commit

Permalink
Merge pull request eksctl-io#2711 from michaelbeaumont/ami_scheme
Browse files Browse the repository at this point in the history
Fix scheme for nodegroup ami
  • Loading branch information
michaelbeaumont authored Oct 6, 2020
2 parents 7b57250 + 8d42cbb commit 015539a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions pkg/apis/eksctl.io/v1alpha5/assets/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,12 +651,12 @@
],
"properties": {
"ami": {
"type": "string"
"type": "string",
"description": "Specify [custom AMIs](/usage/custom-ami-support/), `auto-ssm`, `auto`, or `static`",
"x-intellij-html-description": "Specify <a href=\"/usage/custom-ami-support/\">custom AMIs</a>, <code>auto-ssm</code>, <code>auto</code>, or <code>static</code>"
},
"amiFamily": {
"type": "string",
"description": "Specify [custom AMIs](/usage/custom-ami-support/), \"auto-ssm\", \"auto\", or \"static\"",
"x-intellij-html-description": "Specify <a href=\"/usage/custom-ami-support/\">custom AMIs</a>, &quot;auto-ssm&quot;, &quot;auto&quot;, or &quot;static&quot;"
"type": "string"
},
"asgSuspendProcesses": {
"items": {
Expand Down Expand Up @@ -883,12 +883,12 @@
],
"properties": {
"ami": {
"type": "string"
"type": "string",
"description": "Specify [custom AMIs](/usage/custom-ami-support/), `auto-ssm`, `auto`, or `static`",
"x-intellij-html-description": "Specify <a href=\"/usage/custom-ami-support/\">custom AMIs</a>, <code>auto-ssm</code>, <code>auto</code>, or <code>static</code>"
},
"amiFamily": {
"type": "string",
"description": "Specify [custom AMIs](/usage/custom-ami-support/), \"auto-ssm\", \"auto\", or \"static\"",
"x-intellij-html-description": "Specify <a href=\"/usage/custom-ami-support/\">custom AMIs</a>, &quot;auto-ssm&quot;, &quot;auto&quot;, or &quot;static&quot;"
"type": "string"
},
"asgMetricsCollection": {
"items": {
Expand Down
Loading

0 comments on commit 015539a

Please sign in to comment.