From a2bd2bd4f69797a5f3bf5460f26bffa8fc2413f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Wallschl=C3=A4ger?= Date: Wed, 19 Jun 2024 12:45:20 +0200 Subject: [PATCH] Update minikube-installation.md (#173) --- docs/minikube-installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/minikube-installation.md b/docs/minikube-installation.md index b721e3d..a738d2e 100644 --- a/docs/minikube-installation.md +++ b/docs/minikube-installation.md @@ -1,6 +1,6 @@ -# Installation guide for Minicube +# Installation guide for Minikube -## Install Minicube +## Install Minikube To install minikube itself follow the instruction on https://kubernetes.io/de/docs/tasks/tools/install-minikube/ @@ -12,7 +12,7 @@ Download or update latest helm chart dependencies listed in /chart.yaml. helm dependency update charts/geonode ``` -## Edit Minicube values +## Edit Minikube values View and edit the predefined minikube values under /minikube-values.yaml @@ -117,4 +117,4 @@ There are several ways to expose services from minikube, find information in the Now you are able to access the geonode installation by opening your browser and open http://geonode for geonode and http://geonode/geoserver for geoserver -Have Fun! \ No newline at end of file +Have Fun!