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-952): add enable_interpolation_in_file boolean field #688

Merged
merged 1 commit into from
Aug 14, 2024
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
60 changes: 57 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9264,7 +9264,6 @@ paths:
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'

'/environment/{environmentId}/checkDockerfile':
post:
summary: Check dockerfile configuration is correct
Expand Down Expand Up @@ -11071,6 +11070,11 @@ components:
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
enable_interpolatin_in_file:
type: boolean
x-stoplight:
id: bm88z8ltgrcc6
nullable: true
ApplicationAdvancedSettings:
type: object
properties:
Expand Down Expand Up @@ -14655,6 +14659,11 @@ components:
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
enable_interpolation_in_file:
type: boolean
x-stoplight:
id: bw41elfsxminc
nullable: true
EnvironmentVariableRequest:
type: object
required:
Expand All @@ -14678,6 +14687,11 @@ components:
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
enable_interpolation_in_file:
type: boolean
x-stoplight:
id: yzgx9eytturo9
nullable: true
EnvironmentVariableResponseList:
type: object
properties:
Expand Down Expand Up @@ -15984,6 +15998,7 @@ components:
description: The version of the chart to use
Key:
type: object
title: EnvironmentVariableAliasRequest
required:
- key
properties:
Expand All @@ -15996,7 +16011,11 @@ components:
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
title: EnvironmentVariableAliasRequest
enable_interpolation_in_file:
type: boolean
x-stoplight:
id: alajw1h9vgr9e
nullable: true
KubernetesEnum:
type: string
enum:
Expand Down Expand Up @@ -16692,6 +16711,11 @@ components:
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
enable_interpolation_in_file:
type: boolean
x-stoplight:
id: ls2iylkcayehn
nullable: true
OrganizationWebhookCreateRequest:
type: object
required:
Expand Down Expand Up @@ -17373,6 +17397,11 @@ components:
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
enable_interpolation_in_file:
type: boolean
x-stoplight:
id: j13355s39qy21
nullable: true
SecretEditRequest:
type: object
required:
Expand All @@ -17389,6 +17418,11 @@ components:
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
enable_interpolation_in_file:
type: boolean
x-stoplight:
id: kfzgtx3qmrqsk
nullable: true
SecretRequest:
type: object
required:
Expand All @@ -17412,6 +17446,11 @@ components:
maxLength: 255
description: optional variable description (255 character maximum)
nullable: true
enable_interpolation_in_file:
type: boolean
x-stoplight:
id: 5d202hkrquox8
nullable: true
SecretResponseList:
type: object
properties:
Expand Down Expand Up @@ -17679,6 +17718,7 @@ components:
$ref: '#/components/schemas/User'
Value:
type: object
title: EnvironmentVariableOverrideRequest
properties:
value:
type: string
Expand All @@ -17689,7 +17729,11 @@ components:
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
title: EnvironmentVariableOverrideRequest
enable_interpolation_in_file:
type: boolean
x-stoplight:
id: ercieri1t6gqn
nullable: true
VariableImport:
type: object
required:
Expand Down Expand Up @@ -17792,6 +17836,11 @@ components:
description: optional variable description (255 characters maximum)
maxLength: 255
nullable: true
enable_interpolation_in_file:
type: boolean
x-stoplight:
id: udmfa3jcpde9q
nullable: true
VariableOverrideRequest:
type: object
required:
Expand All @@ -17815,6 +17864,11 @@ components:
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
enable_interpolation_in_file:
type: boolean
x-stoplight:
id: smk0wzzy31f5u
nullable: true
VariableRequest:
type: object
required:
Expand Down
Loading