Skip to content

Commit

Permalink
feat(ckan): Add beaker session secret
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus authored Dec 11, 2024
1 parent fec2820 commit c46970e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stable/ckan/templates/deploy/ckan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ spec:
- name: TRANSFER_API_VERSION
value: {{ .Values.extensions.sdmx.transferApiVersion }}
{{- end }}
- name: BEAKER_SESSION_SECRET
value: {{ .Values.ckan.beaker_session_secret }}
- name: CKAN_CONFIG
value: /srv/app/
- name: CKAN_SYSADMIN_NAME
Expand Down

0 comments on commit c46970e

Please sign in to comment.