Files
manifests/justfile
T

9 lines
329 B
Makefile

[private]
default:
just --list -u
# 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}}"