Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Oct 12, 2023
1 parent f24c215 commit 947b9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ kind-up: ## Set up a Kubernetes test environment using KinD
@kubectl apply -f kind/persistent-storage.yml
# Install the ZooKeeper and Solr operators using Helm
kubectl create -f https://solr.apache.org/operator/downloads/crds/v0.5.0/all-with-dependencies.yaml
@helm install --namespace kube-system --repo https://solr.apache.org/charts --version 0.5.0 solr solr-operator
@helm install --namespace kube-system --repo https://solr.apache.org/charts --version 0.7.1 solr solr-operator

kind-down: ## Tear down the Kubernetes test environment in KinD
kind delete cluster --name datagov-broker-test
Expand Down

0 comments on commit 947b9aa

Please sign in to comment.