Skip to content

Commit 04caa5f

Browse files
committed
Correct mount path
1 parent f5f8216 commit 04caa5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus-ksonnet/lib/prometheus.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
prometheus_config_mount::
7878
$.util.configVolumeMount('%s-config' % self.name, _config.prometheus_config_dir)
7979
+ $.util.configVolumeMount('%s-alerts' % self.name, _config.prometheus_config_dir + '/alerts')
80-
+ $.util.configVolumeMount('%s-rules' % self.name, _config.prometheus_config_dir + '/recording')
80+
+ $.util.configVolumeMount('%s-rules' % self.name, _config.prometheus_config_dir + '/rules')
8181
,
8282

8383
prometheus_statefulset:

0 commit comments

Comments
 (0)