deploy-sourcegraph-dhall: redis: implement configuration logic for k8s.sgdev.org
Created by: ggilmore
Right now the generate
function in Redis https://github.com/sourcegraph/deploy-sourcegraph-dhall/blob/master/src/base/redis/generate.dhall doesn't actually read the configuration that's passed to it .
This issue tracks the work that's needed to implement the k8s.sgdev.org transformations specified for Redis in the above file.
- new configuration fields will need to be added to https://github.com/sourcegraph/deploy-sourcegraph-dhall/blob/master/src/base/redis/configuration.dhall
- new logic will need to be written in https://github.com/sourcegraph/deploy-sourcegraph-dhall/blob/master/src/base/redis/generate.dhall to support these new transformations.
The PR implementing this functionality will include an example pipeline configuration in the description that declares the same transformations as the ones linked above.