Yep! That's exactly what I want to do, I just didn't want to have an environment variable for non-secret values.
Fantastic! This is exactly what I needed, means I can split out my yaml config as required, and the secret values are in env (as defined in the yaml) and the non secret in yaml. Thanks so much 🙂