Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: reorder environment variables in k8s django config (#350)
Rearranged the order in which the environment variables are loaded in the Kubernetes configuration file for Django. Environment variables will now be loaded from 'app-config' ConfigMap first, followed by the 'secrets-config'. This allows the local secrets config to override the app-config and not the other way around.
- Loading branch information