WIP: Adding redis db number and config override file
Infrastructure Submissions:
- [YES/NO] Have you added an explanation of what your changes do and why you'd like us to include them? Yes
- [YES/NO] I have updated the documentation accordingly. Yes
- [YES/NO/NA] I have added tests to cover my changes.NA
- [YES/NO/NA] All new and existing tests passed. NA
- [YES/NO/NA] I have formatted the terraform code. (
terraform fmt -recursive && go fmt ./...
) Yes
Current Behavior or Linked Issues
#69 Helm config in airflow charts will have default values , Override file is added to charts for the customers to override values in their own subscription.
Redis db number is added to helm config values.
Does this introduce a breaking change?
- [YES/NO] NO
Edited by Daniel Scholl