Skip to content

Commit db53c1a

Browse files
committed
updated namespace condition
1 parent d3a0bd0 commit db53c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "helm_release" "mysqldb" {
2727
replication_password = var.mysqldb_custom_credentials_enabled ? var.mysqldb_custom_credentials_config.replication_password : var.mysqldb_replication_user_password,
2828
mysqldb_root_password = var.mysqldb_custom_credentials_enabled ? var.mysqldb_custom_credentials_config.root_password : var.root_password,
2929
mysqldb_exporter_enabled = var.mysqldb_exporter_enabled,
30-
service_monitor_namespace = var.namespace
30+
service_monitor_namespace = var.namespace,
3131
metrics_exporter_password = var.mysqldb_custom_credentials_enabled ? var.mysqldb_custom_credentials_config.exporter_password : var.metric_exporter_pasword,
3232
secondary_pod_replica_count = var.mysqldb_config.secondary_db_replica_count
3333
}),

0 commit comments

Comments
 (0)