Skip to content

Commit

Permalink
Merge pull request #211 from SubstraFoundation/fix_requests_ca
Browse files Browse the repository at this point in the history
fix indentation of the requests setting env block
  • Loading branch information
Kelvin-M authored Apr 8, 2020
2 parents fc257e7 + 6d6352b commit 57fbd11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/substra-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: substra-backend
home: https://substra.org/
version: 1.0.0-alpha.26
version: 1.0.0-alpha.27
description: Main package for Substra
icon: https://avatars1.githubusercontent.com/u/38098422?s=200&v=4
sources:
Expand Down
8 changes: 4 additions & 4 deletions charts/substra-backend/templates/deployment-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ spec:
value: "1"
- name: GZIP_MODELS
value: {{ .Values.backend.gzipModels | quote }}
{{- if .Values.privateCa.enabled }}
- name: REQUESTS_CA_BUNDLE
value: /etc/ssl/certs/ca-certificates.crt
{{- end }}
{{- if .Values.privateCa.enabled }}
- name: REQUESTS_CA_BUNDLE
value: /etc/ssl/certs/ca-certificates.crt
{{- end }}
{{- with .Values.extraEnv }}
{{ toYaml . | indent 10 }}
{{- end }}
Expand Down

0 comments on commit 57fbd11

Please sign in to comment.