Open distorhead opened 3 years ago
might be useful
PROJECT_DIR/.helm/charts/app/werf.yaml
PROJECT_DIR/.helm/charts/app.tgz/app/werf.yaml
Update.
It is possible to move all werf-related configuration into some folder like .werf_configs
, which would contain following files:
$ ls .werf_configs
werf.yaml
.helm/...
.werf/**/*.tmpl
Then run werf with the following command: werf converge --config .werf_configs/werf.yaml
(helm and werf templates dir will automatically be used from .werf_configs
).
Also add smart
werf.yaml
detection in the current process cwd or parent directories, unless--dir
or--config
has been specified explicitly.