Skip to content

Commit

Permalink
set defaultValue for all env vars to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Sep 2, 2024
1 parent 66bd2dc commit ec41a87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/templates/connector-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ packagingDefinition:
supportedEnvironmentVariables:
- name: CLICKHOUSE_URL
description: The ClickHouse connection URL
defaultValue: ""
- name: CLICKHOUSE_USERNAME
description: The ClickHouse connection username
defaultValue: ""
- name: CLICKHOUSE_PASSWORD
description: The ClickHouse connection password
defaultValue: ""
commands:
update: hasura-clickhouse update
cliPlugin:
Expand Down

0 comments on commit ec41a87

Please sign in to comment.