Skip to content

Commit

Permalink
Merge pull request #100 from maykinmedia/fix/add-setting-disable-noti…
Browse files Browse the repository at this point in the history
…fications

✨ Add NOTIFICATIONS_DISABLED setting
  • Loading branch information
sjoerdie authored Apr 2, 2024
2 parents d504b1c + 32d74fd commit 9d4792e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openzaak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: openzaak
description: Productiewaardige API's voor Zaakgericht Werken

type: application
version: 1.2.1
version: 1.2.2
appVersion: 1.11.0

dependencies:
Expand Down
3 changes: 3 additions & 0 deletions charts/openzaak/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ data:
{{- if .Values.settings.uwsgi.harakiri }}
UWSGI_HARAKIRI: {{ .Values.settings.uwsgi.harakiri | toString | quote }}
{{- end }}
{{- if .Values.settings.notificationsDisabled }}
NOTIFICATIONS_DISABLED: "True"
{{- end }}
2 changes: 2 additions & 0 deletions charts/openzaak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ settings:
resultBackend: ""
logLevel: debug

notificationsDisabled: false

jwtExpiry: 3600

cmis:
Expand Down

0 comments on commit 9d4792e

Please sign in to comment.