ministryofjustice / cla_frontend

CLA Front End
http://ministryofjustice.github.io/cla_docs/
MIT License
3 stars 4 forks source link

LGA-1663 - Add env vars from secrets #717

Closed exonian closed 3 years ago

exonian commented 3 years ago

What does this pull request do?

Ports any required variables from cla_frontend-deploy's pillar secrets to our Helm chart Most are instructed to use secrets, and have been added in values.yaml Those which need Values.host are in the helpers file Those which are not secret, but differ by env, are in values-staging.yaml, and an equivalent change will be required in each other env

Any other changes that would benefit highlighting?

The secrets have been uploaded to k8s separately, outside of code

Checklist