Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://github.com/egovernments/configs/blob/5f7eafdf3339d49a736d31c50037333a11c0f114/egov-persister/noc-persister.yml

EGOV-INFRA CHANGES

Change the key in the following file

  • File Name : helm/environments/qa.yaml

    • change the key from allowed-file-formats: to

...

    • allowed-file-formats-map:

  • File Name :helm/charts/municipal-services/firenoc-services/values.yaml

    • Added EGOV_DEFAULT_STATE_ID in fire noc environment file to pick up proper tenant during search call.

...

Code Block
- name: EGOV_DEFAULT_STATE_ID
    valueFrom:
      configMapKeyRef:
        name: egov-config
        key: egov-state-level-tenant-id 

SMS-Notification Service

Added sms.config.map property for SMS changes

https://github.com/egovernments/eGov-infraOps/blob/3825315cf41c5d49b3c3ca4f70c955b40f94f72e/File Name : helm/charts/core-services/egov-notification-sms/values.yamlhttps://github.com/egovernments/eGov-infraOps/blob/3825315cf41c5d49b3c3ca4f70c955b40f94f72e/

Remove the sms.config.map from the values.yml file

It should move to helm/environments/qa.yaml like below

Code Block
sms-config-map: "{'User':'$username', 'passwd': '$password', 'sid':'$senderid', 'mobilenumber':'$mobileno', 'message':'$message', 'mtype':'N', 'DR':'N', 'smsservicetype':'singlemsg'}"