Skip to content

Commit

Permalink
Merge pull request #35 from BouyguesTelecom/add/release-name-in-kind-…
Browse files Browse the repository at this point in the history
…yaml

update DELEGATED_STORAGE_HOST
  • Loading branch information
AmelieLoulergue authored Dec 13, 2024
2 parents 82f6ff8 + ce83936 commit 11738c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensource/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
- name: DELEGATED_STORAGE_METHOD
value: "{{ default "DISTANT_BACKEND" .Values.delegatedStorage.storageMethod }}"
- name: DELEGATED_STORAGE_HOST
value: "{{ if eq .Values.delegatedStorage.storageMethod \"S3\" }}http://{{ include \"minioService\" . }}:{{ .Values.s3.port }}{{ else }}{{ .Values.delegatedStorage.host }}{{ end }}"
value: "{{ if eq .Values.delegatedStorage.storageMethod "S3" }}http://{{ include "minioService" . }}:{{ .Values.s3.port }}{{ else }}{{ .Values.delegatedStorage.host }}{{ end }}"
- name: DELEGATED_STORAGE_READINESS_CHECK
value: "{{ default "/minio/health/live" .Values.delegatedStorage.routes.readinessCheck }}"
{{- if and (eq .Values.delegatedStorage.connect true) (eq .Values.delegatedStorage.storageMethod "DISTANT_BACKEND") }}
Expand Down

0 comments on commit 11738c0

Please sign in to comment.