Closed
Description
Do we want to expand bash substitutions in some skaffold fields? It is a bit of feature creep, but might be useful for complete portability of skaffold.yaml
We could ship examples for other repos by including a workspace: $GOPATH/src/path/to/project
, so that we don't need to keep all of the example code here, only the example configuration.
It also makes paths less fragile, since its not so dependent on where the user actually runs skaffold run
.
Here's a library we could use (note: haven't used it before, this is just the result of a quick google search)
https://github.com/drone/envsubst