Skip to content

Commit

Permalink
Added attendance register search endpoint for muster roll service
Browse files Browse the repository at this point in the history
  • Loading branch information
Anitha-Srinivasan committed Jan 27, 2023
1 parent ec2055b commit 478e493
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Expand Up @@ -102,5 +102,9 @@ env: |
- name: WORKS_ATTENDANCE_LOG_SEARCH_ENDPOINT
value: {{ index .Values "works-attendance-log-search-endpoint" | quote }}
{{- end }}
{{- if index .Values "works-attendance-register-search-endpoint" }}
- name: WORKS_ATTENDANCE_REGISTER_SEARCH_ENDPOINT
value: {{ index .Values "works-attendance-register-search-endpoint" | quote }}
{{- end }}
1 change: 1 addition & 0 deletions deploy-as-code/helm/environments/works-dev.yaml
Expand Up @@ -211,6 +211,7 @@ muster-roll-service:
musterroll-search-max-limit: 200
musterroll-workflow-business-service: "muster-roll-approval"
works-attendance-log-search-endpoint: "attendance/log/v1/_search"
works-attendance-register-search-endpoint: "attendance/v1/_search"

works-inbox-service:
tracing-enabled: true
Expand Down

0 comments on commit 478e493

Please sign in to comment.