Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🐛 load valuefiles from config file location (#6156)
* fix: 🐛 load valuefiles from config file location Signed-off-by: Manuel Ruck <[email protected]> * refactor: add downwards compatibility by checking getBuildPath first and throws an error if both locations does not have the file Signed-off-by: Manuel Ruck <[email protected]> * fix: remove throwing error on valueFiles not found Signed-off-by: Manuel Ruck <[email protected]> * refactor: check path existence via async functions * test: 🧪 Helm common functions getValueArgs should allow valueFiles relative to action config Signed-off-by: Manuel Ruck <[email protected]> --------- Signed-off-by: Manuel Ruck <[email protected]> Co-authored-by: Manuel Ruck <[email protected]> Co-authored-by: Vladimir Vagaytsev <[email protected]>
- Loading branch information