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 c496bf5 commit 1733118Copy full SHA for 1733118
src/main/charts/confluence/templates/configmap-server-config.yaml
@@ -48,12 +48,12 @@ data:
48
defaultHost="localhost"
49
debug="0">
50
<Host name="localhost"
51
- <Valve className="org.apache.catalina.valves.ErrorReportValve" showReport="false" showServerInfo="false" />
52
debug="0"
53
appBase="webapps"
54
unpackWARs="true"
55
autoDeploy="false"
56
startStopThreads="4">
+ <Valve className="org.apache.catalina.valves.ErrorReportValve" showReport="false" showServerInfo="false" />
57
<Context path="{{ .Values.confluence.service.contextPath | default "" }}"
58
docBase="../confluence"
59
0 commit comments