Skip to content

Commit

Permalink
Merge pull request #229 from alphagov/set-rails_env-publish
Browse files Browse the repository at this point in the history
Set RAILS_ENV in publish
  • Loading branch information
kentsanggds authored Jun 18, 2024
2 parents 4051cca + 365c774 commit 029e16e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/datagovuk/templates/_publish.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- name: FIND_URL
value: {{ .Values.find.ingress.host }}
{{- with .Values.publish.config }}
- name: RAILS_ENV
value: {{ $environment }}
- name: CKAN_URL
value: http://{{ .ckanReleaseName }}-ckan
- name: DATABASE_URL
Expand Down

0 comments on commit 029e16e

Please sign in to comment.