GoogleContainerTools / skaffold

Easy and Repeatable Kubernetes Development
https://skaffold.dev/
Apache License 2.0
14.93k stars 1.62k forks source link

Skaffold does not honour SKAFFOLD_CONFIG #7763

Open briandealwis opened 2 years ago

briandealwis commented 2 years ago

From HaTS feedback:

skaffold doesn't seem to honour the SKAFFOLD_CONFIG environment variable, instead I have had to alias skaffold with alias skaffold="skaffold --config $XDG_CONFIG_HOME/skaffold"

kadern0 commented 2 years ago

Seems to be working fine for me (Linux):

export SKAFFOLD_CONFIG='/tmp/skaffoldconfig

$ skaffold dev -v=DEBUG
...
INFO[0000] Loaded Skaffold defaults from "/tmp/skaffoldconfig"  subtask=-1 task=DevLoop
...