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 9f7ce1f commit 2eb7200Copy full SHA for 2eb7200
static-exporter/main.libsonnet
@@ -25,7 +25,8 @@ local k = import 'ksonnet-util/kausal.libsonnet';
25
local deployment = k.apps.v1.deployment,
26
deployment:
27
deployment.new(name, replicas=1, containers=[self.container])
28
- + k.util.configMapVolumeMount(self.configmap, '/usr/local/apache2/htdocs'),
+ + k.util.configMapVolumeMount(self.configmap, '/usr/local/apache2/htdocs')
29
+ + k.util.configMapVolumeMount(self.httpdConfig, '/usr/local/apache2/conf'),
30
},
31
32
withData(data):: { data: data },
0 commit comments