diff --git a/charts/zalenium/Chart.yaml b/charts/zalenium/Chart.yaml index 86dccd690e..6183e0705f 100644 --- a/charts/zalenium/Chart.yaml +++ b/charts/zalenium/Chart.yaml @@ -1,6 +1,7 @@ name: zalenium version: 3.141.59 -appVersion: 3.141.59 +apiVersion: v2 +type: application description: Chart for selenium grid keywords: - qa diff --git a/docs/_posts/2000-01-07-kubernetes.md b/docs/_posts/2000-01-07-kubernetes.md index 921f961942..560bc9ade9 100644 --- a/docs/_posts/2000-01-07-kubernetes.md +++ b/docs/_posts/2000-01-07-kubernetes.md @@ -41,10 +41,7 @@ After starting Minikube locally, follow these steps: {% highlight shell %} cd zalenium kubectl create namespace zalenium - helm init --client-only - helm template --name zalenium \ - --set hub.serviceType=NodePort \ - charts/zalenium | kubectl -n zalenium apply -f - + helm install zalenium --namespace zalenium charts/zalenium --set hub.serviceType=NodePort {% endhighlight %} * Go to the Minikube dashboard and check the deployment, also open the Grid Console