fix: deploy dapr as normal helm chart to invoke post hooks

This commit is contained in:
2025-06-21 08:10:17 +02:00
parent 2584ff39f9
commit 301f7f0c75
5 changed files with 11 additions and 22 deletions
+2 -2
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}} template -q -f helmfile.d/{{HELMFILE}}.yaml.gotmpl --output-dir-template="../_manifests/{{HELMFILE}}/{{ENV}}"
helmfile --environment={{ENV}} lint --args --quiet -f helmfile.d/{{HELMFILE}}.yaml.gotmpl
helmfile --environment={{ENV}} template -q -f helmfile.d/{{HELMFILE}}.yaml.gotmpl --include-crds --output-dir-template="../_manifests/{{HELMFILE}}/{{ENV}}"