-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(timed): add DATA_UPLOAD_MAX_NUMBER_FIELDS to env (#430)
- Loading branch information
Showing
5 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ backend: | |
# backend.image.repository -- Backend image name | ||
repository: adfinissygroup/timed-backend | ||
# backend.image.tag -- Backend version (optional) in case it differs from appVersion in Chart.yaml | ||
tag: v1.3.0 | ||
tag: v1.4.2 | ||
# backend.image.pullPolicy -- Backend image pull policy | ||
pullPolicy: IfNotPresent | ||
service: | ||
|
@@ -75,6 +75,8 @@ backend: | |
serverEmail: [email protected] | ||
# backend.settings.workReportPath -- Path where the workreport shall be loaded from. The contents of the default path is filled from `configmap-workreport.yaml`. | ||
workReportPath: /etc/workreport | ||
# backend.settings.maxNumberFields -- Number of fields that are sent when saving changes on a model. | ||
maxNumberFields: 2000 | ||
# backend.settings.admins -- Django administrators, example: Jon Doe <[email protected]> | ||
admins: [] | ||
gunicorn: | ||
|