Skip to content

Commit

Permalink
add phraseanet envs
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Oct 16, 2023
1 parent d8e8800 commit 2a5b007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/phrasea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.8.0
version: 0.9.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
6 changes: 3 additions & 3 deletions charts/phrasea/templates/expose/api-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ data:
{{- end }}
EXPOSE_CLIENT_LOGO_URL: {{ .client.logoUrl | quote }}
EXPOSE_CLIENT_LOGO_ALT: {{ .client.logoAlt | quote }}
{{- with .api.config.config }}
PHRASEANET_BASE_URL: {{ .phraseanet.baseUrl | default "" | quote }}
PHRASEANET_APP_OAUTH_TOKEN: {{ .phraseanet.oauthToken | default "" | quote }}
{{- with .api.config.phraseanet }}
PHRASEANET_BASE_URL: {{ .baseUrl | default "" | quote }}
PHRASEANET_APP_OAUTH_TOKEN: {{ .oauthToken | default "" | quote }}
{{- end }}
{{- include "app.s3Storage.configMap" $tplArgs | indent 2 }}
{{- include "app.cloudFront.configMap" $tplArgs | indent 2 }}
Expand Down

0 comments on commit 2a5b007

Please sign in to comment.