From 5569f6305be330c3e1ec5cdeb8b36f7152d058bc Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 23 Nov 2021 11:58:02 +0100 Subject: [PATCH] Issue-#808: Fix lint issues --- content/tutorials/compute-to-data-minikube.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/tutorials/compute-to-data-minikube.md b/content/tutorials/compute-to-data-minikube.md index 389531d2..befcd39c 100644 --- a/content/tutorials/compute-to-data-minikube.md +++ b/content/tutorials/compute-to-data-minikube.md @@ -51,6 +51,7 @@ watch kubectl get pods --all-namespaces ``` ### Run IPFS host + ```bash export ipfs_staging=~/ipfs_staging export ipfs_data=~/ipfs_data @@ -91,10 +92,10 @@ volumeBindingMode: Immediate For more information, please visit https://kubernetes.io/docs/concepts/storage/storage-classes/ - ## Download and Configure Operator Service Open new terminal and run the command below. + ```bash git clone https://github.com/oceanprotocol/operator-service.git ```