Skip to content

Commit

Permalink
Merge pull request #2880 from Yelp/add-iam_role_via_aws-into-schema
Browse files Browse the repository at this point in the history
Add iam_role_provider into the schema
  • Loading branch information
vkhromov committed Aug 12, 2020
2 parents 02ecce5 + ceacdf3 commit 453918c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions paasta_tools/cli/schemas/kubernetes_schema.json
Expand Up @@ -533,6 +533,12 @@
"iam_role": {
"type": "string"
},
"iam_role_provider": {
"enum": [
"kiam",
"aws"
]
},
"healthcheck_mode": {
"enum": [
"cmd",
Expand Down

0 comments on commit 453918c

Please sign in to comment.