Skip to content

Commit

Permalink
Quoted env vars in pgr values
Browse files Browse the repository at this point in the history
  • Loading branch information
holashchand committed Aug 23, 2024
1 parent 9e29342 commit fbbafee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ env: |
- name: EGOV_USR_EVENTS_REOPEN_CODE
value: "REOPEN"
- name: ENABLE_STATE_LEVEL_SEARCH
value: true
value: "true"
- name: ENABLE_USERTYPE_EMPLOYEE
value: true
value: "true"
- name: PGR_STATELEVEL_TENANTID
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit fbbafee

Please sign in to comment.