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 6fec43e commit 3cb4b8eCopy full SHA for 3cb4b8e
static-exporter/main.libsonnet
@@ -52,7 +52,7 @@ local k = import 'ksonnet-util/kausal.libsonnet';
52
local configMap = k.core.v1.configMap,
53
local volumeMount = k.core.v1.volumeMount,
54
httpdConfig:
55
- configMap.new(self.name, 'httpd-config')
+ configMap.new(self.name + '-httpd-config')
56
+ configMap.withData({
57
'httpd.conf': config,
58
}),
0 commit comments