Hello,
Would there be any possibility of creating ENV templating that overwrites yaml variables?
Like:
targets:
main:
bucket:
name: XYZ
Would be able to be overwiritten by setting up: CONFIG_TARGETS_MAIN_BUCKET_NAME variable. As having several yamls where just bucket name varies is making my code messy.
Thank you!
Hello,
Would there be any possibility of creating ENV templating that overwrites yaml variables?
Like:
Would be able to be overwiritten by setting up:
CONFIG_TARGETS_MAIN_BUCKET_NAMEvariable. As having several yamls where just bucket name varies is making my code messy.Thank you!