Storing variables in a well-known location #1002
Labels
area/config
area/secrets
kind/design discussion
kind/feature-request
priority/p1
High impact feature/bug.
This is feature request is somewhat similiar to #543, but I think the spirit is somewhat different.
As mentioned in #543, it would be extremely useful to be able to interpolate environment variables into
skaffold.yml
. For a lot of use-cases this works well. However, I have a use-case where I want to interpolate some git credentials into myskaffold.yml
file. I do not want to store the credentials as an environment variable as it can be printed out withenv
.It would be nice if skaffold can look in a well-known location such as
~/.skaffold/vars
and use the variables defined in there (in addition to the environment variables) for interpolation.The text was updated successfully, but these errors were encountered: