Skip to content

Commit

Permalink
deployments as billing tier flag (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattoni authored Jan 4, 2024
1 parent 9f48212 commit 28b2934
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/schemas/billing/plans/TierPlan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ properties:
required:
- gpu
- ial
- glb
- autoscale
- deployments
properties:
gpu:
type: boolean
ial:
type: boolean
glb:
deployments:
type: boolean
autoscale:
type: boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ properties:
- target
properties:
existing:
$ref: ../ExistingSource.yml
allOf:
- type: object
nullable: true
- $ref: ../ExistingSource.yml
target:
type: string
description: The DockerHub target string. ex - `mysql:5.7`
Expand Down

0 comments on commit 28b2934

Please sign in to comment.