feat: add dapr helmfile et al.

This commit is contained in:
2025-06-20 19:57:38 +02:00
parent cee8040875
commit 3ca8363040
5 changed files with 55 additions and 9 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ default:
# Render a specifc helm chart
r HELMFILE ENV="default":
helmfile --environment={{ENV}} lint --args --quiet -f helmfile.d/{{HELMFILE}}.yaml.gotmpl
#helmfile --environment={{ENV}} lint --args --quiet -f helmfile.d/{{HELMFILE}}.yaml.gotmpl
helmfile --environment={{ENV}} template -q -f helmfile.d/{{HELMFILE}}.yaml.gotmpl --output-dir-template="../_manifests/{{HELMFILE}}/{{ENV}}"