Skip to content

Commit

Permalink
add to env (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
timoj58 authored May 13, 2022
1 parent 791102a commit ef2640c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm_deploy/digital-prison-services/templates/_envs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,8 @@ env:

- name: CREATE_AND_VARY_A_LICENCE_ENABLED_PRISONS
value: {{ .Values.env.CREATE_AND_VARY_A_LICENCE_ENABLED_PRISONS | quote }}

- name: RESTRICTED_PATIENT_API_URL
value: {{ .Values.env.RESTRICTED_PATIENT_API_URL | quote }}

{{- end -}}

0 comments on commit ef2640c

Please sign in to comment.