Skip to content

Commit a1443ef

Browse files
authored
Fix envVar in postgres-exporter method (#1189)
1 parent c2eec98 commit a1443ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-exporter/main.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ local k = import 'ksonnet-util/kausal.libsonnet';
9696
'queries.yaml': content,
9797
})
9898
+ k.core.v1.container.withEnvMixin([
99-
envVar.new('PG_EXPORTER_EXTEND_QUERY_PATH', '/etc/pg_exporter/queries.yaml'),
99+
k.core.v1.envVar.new('PG_EXPORTER_EXTEND_QUERY_PATH', '/etc/pg_exporter/queries.yaml'),
100100
]),
101101
},
102102
}

0 commit comments

Comments
 (0)