File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type: application
1414# This is the chart version. This version number should be incremented each time you make changes
1515# to the chart and its templates, including the app version.
1616# Versions are expected to follow Semantic Versioning (https://semver.org/)
17- version : 0.2.11
17+ version : 0.2.12
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ data:
152152 {{- if .Values.logs.enableAccessLog }}
153153 access_log: "{{ .Values.logs.accessLog }}"
154154 access_log_format: >-
155- {{ .Values.logs.accessLogFormat | nindent 10 }}
155+ {{- .Values.logs.accessLogFormat | nindent 10 }}
156156 access_log_format_escape: {{ .Values.logs.accessLogFormatEscape }}
157157 {{- end }}
158158 keepalive_timeout: 60s # timeout during which a keep-alive client connection will stay open on the server side.
You can’t perform that action at this time.
0 commit comments