Skip to content

Commit

Permalink
Merge pull request #498 from Qovery/helm
Browse files Browse the repository at this point in the history
Fix(helm): correctly mark required fields
  • Loading branch information
erebe authored Nov 10, 2023
2 parents 4e05ca1 + 698e96e commit 37b067d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/schemas/helm/HelmRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ allOf:
- type: object
required:
- name
- healthchecks
- source
- values_override
- arguments
- auto_deploy
properties:
name:
type: string
Expand Down
4 changes: 3 additions & 1 deletion src/schemas/helm/HelmResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ allOf:
required:
- environment
- name
- tag
- auto_preview
- auto_deploy
- source
- values_override
- arguments
- allow_cluster_wide_resources
properties:
environment:
$ref: '../ReferenceObject.yaml'
Expand Down

0 comments on commit 37b067d

Please sign in to comment.