How to use env variables in config file? I tried it like that: `helm-repo-extra-args: elevait=--username "$DOCKER_REGISTRY_USER" --password "$DOCKER_REGISTRY_PASSWORD"` but doesnt work. if i do that as a cli argument it works