Skip to content

Commit 35557be

Browse files
authored
fix: bad indent for access log format (#169)
Signed-off-by: Nic <[email protected]>
1 parent f10a403 commit 35557be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/gateway/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)