CodeForPhilly / chime

COVID-19 Hospital Impact Model for Epidemics
https://codeforphilly.github.io/chime/
MIT License
205 stars 151 forks source link

Prod deployment PR shows incorrect diff #590

Closed lottspot closed 4 years ago

lottspot commented 4 years ago

Reference: #589

The PR opened by the stage-prod-deploy job of the Deployment artifacts workflow performs a diff against preprod instead of against prod. This is due to the fact that the KUBE_CONFIG_DATA environment variable created for the workflow provides the preprod kubeconfig. The stage-prod-deploy job needs to be working with the prod kubeconfig.