Skip to content

Commit 090cb6b

Browse files
authored
Fix postgres-exporter withQueriesYaml() (#1193)
1 parent b20498c commit 090cb6b

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
@@ -89,7 +89,7 @@ local k = import 'ksonnet-util/kausal.libsonnet';
8989
k.core.v1.container.withVolumeMounts([
9090
k.core.v1.volumeMount.new(
9191
'queries-yaml-volume',
92-
'/etc/pg_exporter/queries.yaml',
92+
'/etc/pg_exporter',
9393
),
9494
])
9595
+ k.core.v1.container.withEnvMixin([

0 commit comments

Comments
 (0)