chore: Cleanup old nix code and add helmfile experiments
This commit is contained in:
@@ -1,17 +1,12 @@
|
||||
default := "prod"
|
||||
|
||||
[private]
|
||||
default:
|
||||
just --choose
|
||||
just --list -u
|
||||
|
||||
info target=default:
|
||||
nix run .#nixidy -- info .#{{target}}
|
||||
|
||||
build target=default:
|
||||
nix run .#nixidy -- build .#{{target}}
|
||||
|
||||
switch target=default:
|
||||
nix run .#nixidy -- switch .#{{target}}
|
||||
|
||||
generate:
|
||||
nix build .#generators.cilium
|
||||
nix build .#generators.kyverno
|
||||
# NOTE: Render a specifc helm chart
|
||||
r HELMFILE ENV:
|
||||
# helmfile --environment={{ENV}} lint --args --quiet --skip-deps --skip-refresh -f helmfile.d/{{HELMFILE}}.yaml.gotmpl
|
||||
helmfile --environment={{ENV}} lint --args --quiet -f helmfile.d/{{HELMFILE}}.yaml.gotmpl
|
||||
#
|
||||
# NOTE: Render charts for one environment
|
||||
# render ENV="staging":
|
||||
|
||||
|
||||
Reference in New Issue
Block a user