Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(COR-1076): add missing scaleway_project_id field for helm repositories #711

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading