wip: use separate toplevel helmfile.d and values/
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ manifests=${4:-manifests}
|
||||
outdir=${5:-_manifests}
|
||||
|
||||
build() {
|
||||
if [ ! -d "manifests" ]; then
|
||||
if [ ! -d "$manifests" ]; then
|
||||
echo "nothing to do here..." 1>&2
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user