Skip to content

Commit

Permalink
add API_PDF_LOGO_STATIC_FILE setting
Browse files Browse the repository at this point in the history
  • Loading branch information
CBuiVNG committed Nov 25, 2020
1 parent 62813e5 commit 5629684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ spec:
value: {{ .Values.settings.defaultPdokMunicipalities | quote }}
- name: DEFAULT_MAP_TILE_SERVER
value: {{ .Values.settings.defaultMapTileServer | quote }}
- name: API_PDF_LOGO_STATIC_FILE
value: {{ .Values.settings.defaultAPIPdfLogo | quote }}
- name: DJANGO_LOG_LEVEL
value: error
- name: DJANGO_SETTINGS_MODULE
Expand Down
1 change: 1 addition & 0 deletions backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ settings:
allowedHosts: "*"
defaultPdokMunicipalities: ""
defaultMapTileServer: ""
defaultAPIPdfLogo: ""
pubJwks: ""
jwksUrl: ""
userIdField: "sub"
Expand Down

0 comments on commit 5629684

Please sign in to comment.