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 f60b888 commit 07b137dCopy full SHA for 07b137d
prometheus-ksonnet/lib/config.libsonnet
@@ -37,7 +37,7 @@
37
prometheus_external_hostname: 'http://prometheus.%(namespace)s.svc.%(cluster_dns_suffix)s' % self,
38
prometheus_path: '/prometheus/',
39
prometheus_port: 9090,
40
- prometheus_web_route_prefix: $._config.prometheus_path,
+ prometheus_web_route_prefix: self.prometheus_path,
41
prometheus_config_file: '/etc/prometheus/prometheus.yml',
42
43
// Alertmanager config options.
0 commit comments