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 e82fb7c commit 50544a4Copy full SHA for 50544a4
charts/gateway/templates/configmap.yaml
@@ -186,7 +186,11 @@ data:
186
{{- toYaml .Values.apisix.stream.luaSharedDict | nindent 10 }}
187
{{- end }}
188
http:
189
+ {{- if and (.Values.deployment.fallback_cp) (eq .Values.deployment.fallback_cp.mode "write") }}
190
+ enable_access_log: false
191
+ {{- else }}
192
enable_access_log: {{ .Values.logs.enableAccessLog }}
193
+ {{- end }}
194
{{- if .Values.logs.enableAccessLog }}
195
access_log: "{{ .Values.logs.accessLog }}"
196
access_log_format: >-
0 commit comments