Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Helm 3 syntax in tutorial (#1131)
Browse files Browse the repository at this point in the history
* Change Helm command to reflect Helm 3

* Re-add --set hub.serviceType=NodePort

* Fix typo

* Update Helm chart to be Helm 3 compatible
  • Loading branch information
Juice10 authored and diemol committed Jan 18, 2020
1 parent bdbb482 commit 3667c35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion charts/zalenium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 1 addition & 4 deletions docs/_posts/2000-01-07-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3667c35

Please sign in to comment.