Skip to content

Commit

Permalink
Fix connectors list for terraform deploy (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander authored Nov 7, 2024
1 parent 8386871 commit 041975e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/terraform/k8s-app-control-api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ resource "kubernetes_deployment" "control-api" {
}
env {
name = "CONNECTOR_AVAILABILITY_VISIBLE"
value = "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql"
value = "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql,appmetrica_api,metrika_api"
}
env {
name = "RQE_FORCE_OFF"
Expand Down

0 comments on commit 041975e

Please sign in to comment.