Skip to content

Commit 84e0d85

Browse files
committed
Maintain checksum consistency in ssrf-proxy-comfigmap.yaml
1 parent b18e060 commit 84e0d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/dify/templates/ssrf-proxy-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ metadata:
88
component: ssrf-proxy
99
data:
1010
squid.conf: |-
11-
{{- include "dify.ssrfProxy.config.squid" . | nindent 4 }}
11+
{{- include "dify.ssrfProxy.config.squid" . | indent 4 }}
1212
{{- end }}

0 commit comments

Comments
 (0)