Skip to content

Commit

Permalink
Chart updates - test romving vault files post config
Browse files Browse the repository at this point in the history
  • Loading branch information
leewrigh committed Jan 25, 2024
1 parent d1bfd6c commit f1ab776
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions backend/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ if [ -d ${VAULT_SECRETS_DIR} ]; then
source ${i}
done
set +a # disable mark variables which are modified or created for export
# remove vault files
for i in ${VAULT_SECRETS_DIR}/*; do
echo "Removing ${i}"
rm ${i}
done
else
echo "[entrypoint] Vault secrets directory (${VAULT_SECRETS_DIR}) does not exist"
fi
Expand Down
2 changes: 1 addition & 1 deletion charts/frontend/templates/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
"showAUFLink": true,
"showCaseImportLink": false
},
"demsImportURL": "{{ .Values.settings.edtURL }}/Edt.aspx#/import/",
"demsImportURL": "{{ .Values.settings.edtURL }}",
"keycloakConfig": {
"config": {
"url": "{{ .Values.settings.keycloak.url }}",
Expand Down
Binary file modified charts/pidp/charts/admin-frontend-0.2.0.tgz
Binary file not shown.
Binary file modified charts/pidp/charts/approvalflow-0.2.0.tgz
Binary file not shown.
Binary file modified charts/pidp/charts/edt-casemgmt-0.3.0.tgz
Binary file not shown.
Binary file modified charts/pidp/charts/edt-disclosure-0.9.0.tgz
Binary file not shown.
Binary file modified charts/pidp/charts/edt-service-0.3.0.tgz
Binary file not shown.
Binary file modified charts/pidp/charts/frontend-0.1.2.tgz
Binary file not shown.
Binary file modified charts/pidp/charts/jum-backend-0.2.0.tgz
Binary file not shown.
Binary file modified charts/pidp/charts/jum-notification-0.2.0.tgz
Binary file not shown.
Binary file modified charts/pidp/charts/nginx-9.7.3.tgz
Binary file not shown.
Binary file modified charts/pidp/charts/webapi-0.3.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion deploy/dev_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ frontend:
tag: "develop"
replicaCount: 1
settings:
edtURL: https://dems.dev.jag.gov.bc.ca
edtURL: https://dems.dev.jag.gov.bc.ca/Edt.aspx#/import/
environmentName: dev
keycloak:
url: https://dev.common-sso.justice.gov.bc.ca/auth
Expand Down
2 changes: 1 addition & 1 deletion deploy/test_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ frontend:
pullPolicy: Always
replicaCount: 1
settings:
edtURL: https://dems.test.jag.gov.bc.ca
edtURL: https://p.zpa-auth.net/IevTunx4Bg/doauth?origurl=https%3A%2F%2Fauf%2Etest%2Ejustice%2Egov%2Ebc%2Eca%2FEdt%2Easpx%23&domain=test.agencies.justice.gov.bc.ca
environmentName: dev
keycloak:
url: https://test.common-sso.justice.gov.bc.ca/auth
Expand Down

0 comments on commit f1ab776

Please sign in to comment.