create a helm component config
POST /v1/components/{component_id}/configs/helm
POST
/v1/components/{component_id}/configs/helm
Authorizations
Parameters
Path Parameters
component_id
required
string
Component ID
Request Body
Input
object
chart_name
required
string
connected_github_vcs_config
object
branch
string
directory
required
string
gitRef
string
repo
required
string
public_git_vcs_config
object
branch
required
string
directory
required
string
repo
required
string
values
required
object
key
additional properties
string
values_files
Array<string>
Responses
201
Created
object
chart_name
Helm specific configurations
string
component_config_connection_id
Parent reference
string
connected_github_vcs_config
object
branch
string
component_config_id
Parent component
string
component_config_type
string
created_at
string
created_by_id
string
directory
string
id
string
repo
string
repo_name
string
repo_owner
string
updated_at
string
vcs_connection
object
created_at
string
created_by_id
string
github_install_id
string
id
string
updated_at
string
vcs_connection_commit
Array<object>
object
author_email
string
author_name
string
component_config_connection_id
string
created_at
string
created_by_id
string
id
string
message
string
sha
string
updated_at
string
vcs_connection_id
string
created_at
string
created_by_id
string
id
string
public_git_vcs_config
object
branch
string
component_config_id
string
component_config_type
string
created_at
string
created_by_id
string
directory
string
id
string
repo
Actual configuration
string
updated_at
string
updated_at
string
values
object
key
additional properties
string
values_files
Array<string>
400
Bad Request
object
description
string
error
string
user_error
boolean
401
Unauthorized
object
description
string
error
string
user_error
boolean
403
Forbidden
object
description
string
error
string
user_error
boolean
404
Not Found
object
description
string
error
string
user_error
boolean
500
Internal Server Error
object
description
string
error
string
user_error
boolean