Skip to content

Commit e0993e4

Browse files
authored
Merge pull request kroxylicious#2118 from robobario/strimzi-fixup
Update strimzi example url installed by run-operator.sh
2 parents be4af1c + 6306dc0 commit e0993e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ info "installing kafka (no-op if already installed)"
4141
kubectl create namespace kafka
4242
kubectl create -n kafka -f 'https://strimzi.io/install/latest?namespace=kafka'
4343
kubectl wait -n kafka deployment/strimzi-cluster-operator --for=condition=Available=True --timeout=300s
44-
kubectl apply -n kafka -f https://strimzi.io/examples/latest/kafka/kraft/kafka-single-node.yaml
44+
kubectl apply -n kafka -f https://strimzi.io/examples/latest/kafka/kafka-single-node.yaml
4545
kubectl wait -n kafka kafka/my-cluster --for=condition=Ready --timeout=300s
4646

4747
info "deleting example"

0 commit comments

Comments
 (0)