Skip to content

Commit 3cb4b8e

Browse files
committed
Update configMap to have a prefix with the name and a suffix foir -httpd-config
1 parent 6fec43e commit 3cb4b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static-exporter/main.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ local k = import 'ksonnet-util/kausal.libsonnet';
5252
local configMap = k.core.v1.configMap,
5353
local volumeMount = k.core.v1.volumeMount,
5454
httpdConfig:
55-
configMap.new(self.name, 'httpd-config')
55+
configMap.new(self.name + '-httpd-config')
5656
+ configMap.withData({
5757
'httpd.conf': config,
5858
}),

0 commit comments

Comments
 (0)