Skip to content

Commit 5ecdedc

Browse files
committed
Rollback changes to the run-dev target.
1 parent 67469ee commit 5ecdedc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

template/Makefile.j2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

191191
run-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

198195
stop-dev: check-nix check-kubernetes
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
apiVersion: v1
3+
kind: Namespace
4+
metadata:
5+
name: stackable-operators

0 commit comments

Comments
 (0)