Skip to content

Commit 175d80d

Browse files
committed
♻️(helmfile) rename helmfile
Rename helmfile to helmfile.yaml.gotmpl to be compatible with helmfile 0.162 and 1.1.9
1 parent f8b8390 commit 175d80d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/helmfile-linter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
shell: bash
2222
run: |
2323
set -e
24-
HELMFILE=src/helm/helmfile.yaml
24+
HELMFILE=src/helm/helmfile.yaml.gotmpl
2525
environments=$(awk 'BEGIN {in_env=0} /^environments:/ {in_env=1; next} /^---/ {in_env=0} in_env && /^ [^ ]/ {gsub(/^ /,""); gsub(/:.*$/,""); print}' "$HELMFILE")
2626
for env in $environments; do
2727
echo "################### $env lint ###################"
28-
helmfile -e $env -f $HELMFILE lint || exit 1
28+
helmfile -e $env lint -f $HELMFILE || exit 1
2929
echo -e "\n"
30-
done
30+
done

src/helm/helmfile.gotmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)