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
[x] Provided JIRA ticket number in the title, e.g. "LGA-152: Sample title"
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 needValues.host
are in the helpers file Those which are not secret, but differ by env, are invalues-staging.yaml
, and an equivalent change will be required in each other envAny other changes that would benefit highlighting?
The secrets have been uploaded to k8s separately, outside of code
Checklist