From 881eae8d6b69840e9b05a806fe23cd6bf4891147 Mon Sep 17 00:00:00 2001 From: Mathieu Cesbron Date: Tue, 13 Feb 2024 20:44:47 +0100 Subject: [PATCH] Fix indentation --- docs/contribution.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/contribution.md b/docs/contribution.md index fb4a789..c741bbd 100644 --- a/docs/contribution.md +++ b/docs/contribution.md @@ -22,8 +22,10 @@ cd metabase-operator ```bash make install run ``` + You should see the following log: ![image](./local-dev.png) + 5. The operator is now running on minikube, you can create the custom resource and see how the operator handles it. ```bash kubectl apply -f config/samples/v1_metabase.yaml