We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68384c8 commit 7e81e74Copy full SHA for 7e81e74
1 file changed
Makefile
@@ -65,7 +65,7 @@ check-kubernetes:
65
66
run-dev: check-nix check-kubernetes
67
kubectl apply -f deploy/stackable-operators-ns.yaml
68
- nix run --extra-experimental-features "nix-command flakes" -f. tilt -- up --port 5430 --namespace stackable-operators
+ nix run --extra-experimental-features "nix-command flakes" -f. tilt -- up --port 5440 --namespace stackable-operators
69
70
stop-dev: check-nix check-kubernetes
71
nix run --extra-experimental-features "nix-command flakes" -f. tilt -- down
0 commit comments