Skip to content

Commit

Permalink
Merge pull request #278 from PrefectHQ/aci-worker-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored Aug 15, 2023
2 parents c7d0975 + d7beb22 commit ac67137
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion views/aggregate-worker-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,18 @@
"default": 1.0,
"type": "number"
},
"subnet_ids": {
"title": "Subnet IDs",
"description": "A list of Azure subnet IDs to use for the ACI task.",
"type": "array",
"items": {"type": "string"}
},
"dns_servers": {
"title": "DNS Servers",
"description": "A list of DNS servers to use for the ACI task.",
"type": "array",
"items": {"type": "string"}
},
"aci_credentials": {
"title": "Aci Credentials",
"description": "The credentials to use to authenticate with Azure.",
Expand Down Expand Up @@ -1170,4 +1182,4 @@
"type": "kubernetes"
}
}
}
}

0 comments on commit ac67137

Please sign in to comment.