Skip to content

Commit

Permalink
Update charts/dify/templates/configmap.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Leo Q <[email protected]>
  • Loading branch information
majian159 and LeoQuote authored May 14, 2024
1 parent 6ce00ba commit 992b5a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions charts/dify/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ metadata:
name: {{ include "dify.fullname" . }}-sandbox-config
data:
python-requirements.txt: |
{{- range .Values.sandbox.config.python_requirements }}
{{ . }}
{{- end }}
{{ .Values.sandbox.config.python_requirements | indent 4 }}

0 comments on commit 992b5a6

Please sign in to comment.