File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -189,10 +189,7 @@ check-kubernetes:
189189 @kubectl cluster-info > /dev/null 2>&1 || (echo "Error: Kubernetes is not running or kubectl is not properly configured."; exit 1)
190190
191191run-dev: check-nix check-kubernetes
192- # Install ops in release.yaml except the one that is installed by Tilt
193- SHORT_OP_NAME=$$(echo ${OPERATOR_NAME} | sed 's/-operator//');\
194- ./scripts/run-tests --log-level debug --skip-tests --skip-operator ${SHORT_OP_NAME}
195- # Build and install the operator
192+ kubectl apply -f deploy/stackable-operators-ns.yaml
196193 nix run --extra-experimental-features "nix-command flakes" -f. tilt -- up --port {[5430 + operator_index}] --namespace stackable-operators
197194
198195stop-dev: check-nix check-kubernetes
Original file line number Diff line number Diff line change 1+ ---
2+ apiVersion : v1
3+ kind : Namespace
4+ metadata :
5+ name : stackable-operators
You can’t perform that action at this time.
0 commit comments