Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "added default limit offset in attendence" #3137

Open
wants to merge 1 commit into
base: unified-env-lts
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,4 @@ env: |
{{- if index .Values "contracts-revision-topic" }}
- name: CONTRACTS_REVISION_TOPIC
value: {{ index .Values "contracts-revision-topic" | quote }}
{{- end }}
{{- if index .Values "attendance-service-log-default-offset" }}
- name: ATTENDANCE_SERVICE_LOG_DEFAULT_OFFSET
value: {{ index .Values "attendance-service-log-default-offset" | quote }}
{{- end }}
{{- if index .Values "attendance-service-log-default-limit" }}
- name: ATTENDANCE_SERVICE_LOG_DEFAULT_LIMIT
value: {{ index .Values "attendance-service-log-default-limit" | quote }}
{{- end }}
{{- if index .Values "attendance-service-log-search-max-limit" }}
- name: ATTENDANCE_SERVICE_LOG_SEARCH_MAX_LIMIT
value: {{ index .Values "attendance-service-log-search-max-limit" | quote }}
{{- end }}
3 changes: 0 additions & 3 deletions deploy-as-code/helm/environments/unified-works-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ attendance-service:
attendance-register-open-search-enabled-roles: "SUPERUSER,EMPLOYEE_COMMON,EMPLOYEE"
organisation-contact-details-update-topic: organisation.contact.details.update
contracts-revision-topic: "contracts-revision"
attendance-service-log-default-offset: 0
attendance-service-log-default-limit: 10
attendance-service-log-search-max-limit: 100

bankaccounts:
tracing-enabled: true
Expand Down