Skip to content

Commit

Permalink
updated the ui scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov authored Jan 2, 2025
1 parent f3f4827 commit fa53531
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config-as-code/helm/environments/hcm-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,18 @@ workbench-ui:
custom-js-injection: |
sub_filter.conf: "
sub_filter '<head>' '<head>
<script src=https://egov-dev-assets.s3.ap-south-1.amazonaws.com/globalConfigsWorkbenchHCMMZ.js type=text/javascript></script>';"
<script src=https://egov-dev-assets.s3.ap-south-1.amazonaws.com/analytics/analytics.js type=text/javascript></script>
<script src=https://egov-dev-assets.s3.ap-south-1.amazonaws.com/globalConfigsWorkbenchHCMMZ.js type=text/javascript></script>
';"
digit-ui:
custom-js-injection: |
sub_filter.conf: "
sub_filter '<head>' '<head>
<script src=https://egov-dev-assets.s3.ap-south-1.amazonaws.com/analytics/analytics.js type=text/javascript></script>
<script src=https://egov-health-demo-assets.s3.ap-south-1.amazonaws.com/globalConfigs.js type=text/javascript></script>
';"
';"
egov-filestore:
volume: /opt/eGov/filestore
is-bucket-fixed: "true"
Expand Down

0 comments on commit fa53531

Please sign in to comment.