Skip to content

Commit

Permalink
Adding helm-environment-setup html files
Browse files Browse the repository at this point in the history
  • Loading branch information
solacecommunity-bot committed Sep 12, 2024
1 parent e8ed6fc commit 40cb28b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions codelabs/helm-environment-setup/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2021-05-05T15:27:12-04:00",
"updated": "2024-09-12T21:26:15Z",
"id": "helm-environment-setup",
"duration": 34,
"title": "Windows 10 Helm / Kubernetes Development Environment Setup",
"summary": "Windows 10 Helm / Kubernetes Development Environment Setup using WSL, Docker Desktop and VSC",
"source": "helm-environment-setup.md",
"source": "main/markdown/solace-helm-environment-setup/helm-environment-setup.md",
"theme": "",
"status": [
"published"
Expand Down
5 changes: 3 additions & 2 deletions codelabs/helm-environment-setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
</style>
</head>
<body>
<google-codelab-analytics gaid="UA-49880327-14" ga4id=""></google-codelab-analytics>
<google-codelab codelab-gaid=""
codelab-ga4id=""
id="helm-environment-setup"
title="Windows 10 Helm / Kubernetes Development Environment Setup"
environment="web"
Expand Down Expand Up @@ -104,7 +105,7 @@ <h2 is-upgraded>Step 3.1: Install Helm Binary</h2>
<h2 is-upgraded>Step 3.2: Install Helm Repos</h2>
<p>Finally install the Helm repos, both the Helm &#34;stable&#34; repo and the solacecharts repo with its PubSub chart:</p>
<pre><code language="language-bash" class="language-bash">$ helm repo add stable https://charts.helm.sh/stable
$ helm repo add solacecharts https://solaceproducts.github.io/pubsubplus-kubernetes-quickstart/helm-charts
$ helm repo add solacecharts https://solaceproducts.github.io/pubsubplus-kubernetes-helm-quickstart/helm-charts
</code></pre>
<p class="image-container"><img alt="Helm Repos" src="img/a7501b6fd75e0a0a.png"></p>
<p>It is also possible to install Helm in Windows if you prefer to work in PowerShell. If you use Chocolatey, there is a <a href="https://community.chocolatey.org/packages/kubernetes-helm" target="_blank">Helm package</a> available there.</p>
Expand Down

0 comments on commit 40cb28b

Please sign in to comment.