Skip to content

Commit

Permalink
Merge pull request #4921 from cPu1/minor-fix
Browse files Browse the repository at this point in the history
Fix schema.json
  • Loading branch information
cPu1 authored Mar 9, 2022
2 parents 5c83d40 + 52c1513 commit 39b891d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exclude-file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ config.site_url
eks.amazonaws.com
raw.githubusercontent.com
creating-and-managing-clusters
schema.js
schema.js
2 changes: 1 addition & 1 deletion pkg/apis/eksctl.io/v1alpha5/assets/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
},
"type": "array",
"description": "service accounts to create in the cluster. See [IAM Service Accounts](/usage/iamserviceaccounts/#usage-with-config-files)",
"x-intellij-html-description": "service accounts to create in the cluster. See <a href=\"/iamserviceaccounts/#usage-with-config-files\">IAM Service Accounts</a>"
"x-intellij-html-description": "service accounts to create in the cluster. See <a href=\"/usage/iamserviceaccounts/#usage-with-config-files\">IAM Service Accounts</a>"
},
"serviceRoleARN": {
"type": "string"
Expand Down

0 comments on commit 39b891d

Please sign in to comment.