Skip to content

Commit

Permalink
Pogues: add new env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Dec 18, 2023
1 parent ae495bd commit 2181232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/pogues/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.3.0
appVersion: "4.0.7"
version: 0.3.1
appVersion: "4.0.8"
2 changes: 2 additions & 0 deletions charts/pogues/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ spec:
value: {{ .Values.api.environment.remote.queen.vis.path | quote}}
- name: FR_INSEE_POGUES_API_REMOTE_STROMAEV2_VIS_URL
value: {{ .Values.api.environment.remote.stromaev2.vis.url | quote}}
- name: FR_INSEE_POGUES_API_REMOTE_STROMAEV3_VIS_URL
value: {{ .Values.api.environment.remote.stromaev3.vis.url | quote}}
- name: FR_INSEE_POGUES_API_REMOTE_ENO_HOST
value: {{ .Values.api.environment.remote.eno.host | quote}}
- name: FR_INSEE_POGUES_API_REMOTE_ENO_SCHEME
Expand Down

0 comments on commit 2181232

Please sign in to comment.