Update fetch_helm_deps.sh
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -7,8 +7,8 @@ command -v go-yq >/dev/null 2>&1 || {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# define defaults
|
# define defaults
|
||||||
cache_path="${cache_path:-'./tgz_cache'}"
|
cache_path=${cache_path:-./tgz_cache}
|
||||||
charts_ath="${charts_ath:-'./charts'}"
|
charts_ath=${charts_ath:-./charts}
|
||||||
|
|
||||||
mkdir -p "$cache_path"
|
mkdir -p "$cache_path"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user