Skip to content

Commit 07b137d

Browse files
committed
Use self not $
1 parent f60b888 commit 07b137d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus-ksonnet/lib/config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
prometheus_external_hostname: 'http://prometheus.%(namespace)s.svc.%(cluster_dns_suffix)s' % self,
3838
prometheus_path: '/prometheus/',
3939
prometheus_port: 9090,
40-
prometheus_web_route_prefix: $._config.prometheus_path,
40+
prometheus_web_route_prefix: self.prometheus_path,
4141
prometheus_config_file: '/etc/prometheus/prometheus.yml',
4242

4343
// Alertmanager config options.

0 commit comments

Comments
 (0)