We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f8216 commit 04caa5fCopy full SHA for 04caa5f
prometheus-ksonnet/lib/prometheus.libsonnet
@@ -77,7 +77,7 @@
77
prometheus_config_mount::
78
$.util.configVolumeMount('%s-config' % self.name, _config.prometheus_config_dir)
79
+ $.util.configVolumeMount('%s-alerts' % self.name, _config.prometheus_config_dir + '/alerts')
80
- + $.util.configVolumeMount('%s-rules' % self.name, _config.prometheus_config_dir + '/recording')
+ + $.util.configVolumeMount('%s-rules' % self.name, _config.prometheus_config_dir + '/rules')
81
,
82
83
prometheus_statefulset:
0 commit comments