Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions template/Makefile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ clean: chart-clean
regenerate-charts: chart-clean compile-chart

regenerate-nix:
nix run -f . regenerateNixLockfiles
nix run --extra-experimental-features nix-command --extra-experimental-features flakes -f . regenerateNixLockfiles

build: regenerate-charts regenerate-nix helm-package docker-build

Expand All @@ -190,7 +190,7 @@ check-kubernetes:

run-dev: check-nix check-kubernetes
kubectl apply -f deploy/stackable-operators-ns.yaml
nix run -f. tilt -- up --port {[5430 + operator_index}] --namespace stackable-operators
nix run --extra-experimental-features nix-command --extra-experimental-features flakes -f. tilt -- up --port {[5430 + operator_index}] --namespace stackable-operators

stop-dev: check-nix check-kubernetes
nix run -f. tilt -- down
nix run --extra-experimental-features nix-command --extra-experimental-features flakes -f. tilt -- down