chart/hyrax/templates/configmap-env.yaml in hyrax-3.0.2 vs chart/hyrax/templates/configmap-env.yaml in hyrax-3.1.0
- old
+ new
@@ -23,15 +23,13 @@
RACK_ENV: production
RAILS_ENV: production
{{- if .Values.redis.enabled }}
REDIS_HOST: {{ template "hyrax.redis.host" . }}
{{- end }}
- {{- if .Values.fcrepo.enabled }}
- FCREPO_BASE_PATH: {{ .Values.fcrepoBasePathOverride | default (printf "/%s" (include "hyrax.fullname" .)) | quote }}
FCREPO_HOST: {{ template "hyrax.fcrepo.host" . }}
+ FCREPO_BASE_PATH: {{ .Values.fcrepoBasePathOverride | default (printf "/%s" (include "hyrax.fullname" .)) | quote }}
FCREPO_PORT: {{ .Values.fcrepo.servicePort | default 8080 | quote }}
FCREPO_REST_PATH: {{ .Values.fcrepo.restPath | default "rest" }}
- {{- end }}
REDIS_PROVIDER: SIDEKIQ_REDIS_URL
{{- if .Values.minio.enabled }}
MINIO_ENDPOINT: {{ template "hyrax.minio.fullname" . }}
{{- end }}
SKIP_HYRAX_ENGINE_SEED: {{ .Values.skipHyraxEngineSeed | default 0 | quote }}