Skip to content

Commit

Permalink
Merge pull request #711 from Qovery/feat/cor-1076/add_scaleway_projec…
Browse files Browse the repository at this point in the history
…t_id_helm_repo

feat(COR-1076): add missing scaleway_project_id field for helm repositories
  • Loading branch information
fabienfleureau authored Oct 7, 2024
2 parents 17da11d + caccdb0 commit 1741762
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13427,8 +13427,8 @@ components:
required:
- name
- kind
- config
- skip_tls_verification
- config
properties:
name:
type: string
Expand Down Expand Up @@ -13470,6 +13470,11 @@ components:
scaleway_secret_key:
type: string
description: Required if kind is `SCALEWAY_CR`
scaleway_project_id:
type: string
x-stoplight:
id: 9dw16j7cex4i6
description: Required if kind is `SCALEWAY_CR`
HelmRepositoryResponse:
allOf:
- $ref: '#/components/schemas/Base'
Expand Down Expand Up @@ -13515,6 +13520,10 @@ components:
type: string
x-stoplight:
id: pyfdpz1vk4qq1
scaleway_project_id:
type: string
x-stoplight:
id: kbrcr9377ly0q
HelmVersionResponseList:
type: object
properties:
Expand Down

0 comments on commit 1741762

Please sign in to comment.