Skip to content

Commit 4fe43cf

Browse files
author
sangam14
committed
udpate-helm
1 parent 0a4cfd4 commit 4fe43cf

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

data/landing.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ featureGrid:
5555
subtitle: Learn Container Technolgy.
5656

5757
items:
58-
- title: Open Container Initiative
59-
icon: start
60-
description: Open Container Initiative (OCI) is an open governance structure for the express purpose of creating open industry standards around container formats and runtime.
58+
6159

6260
- title: ContainerD
6361
icon:
@@ -165,6 +163,22 @@ featureGrid:
165163
- title: Helm
166164
icon: 👷⎈
167165
description: Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
166+
modules:
167+
- title: "Basics of Helm"
168+
url: "./content/docs/helm/install-helm.md"
169+
- title: "Deep Dive into Charts"
170+
url: "./content/docs/helm/deep-dive-chart.md"
171+
- title: "Work with Multiple Values"
172+
url: "./content/docs/helm/multiple-values.md"
173+
- title: "Create Template file"
174+
url: "./content/docs/helm/template-file.md"
175+
- title: "Advance Template with If statement"
176+
url: "./content/docs/helm/advance-if-statement.md"
177+
- title: "Else and Else If statement"
178+
url: "./content/docs/helm/Else-Else-If-statement.md"
179+
- title: "50 Helm Template Cheatsheets"
180+
url: "./content/docs/helm/helm-templates-cheatsheet.md"
181+
168182

169183
- title: Istio
170184
icon:

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,13 @@ git clone https://github.com/kubernetesdaily/helm-workshop.git
294294

295295
| No. | Title |
296296
|-----|----------------------------------------|
297-
| 1 | Basics of Helm |
298-
| 2 | Deep Dive into Charts |
299-
| 3 | Work with Multiple Values |
300-
| 4 | Create Template file |
301-
| 5 | advance Template with If statement |
302-
| 6 | Else and Else If statement |
303-
| 7 | 50 Helm Template Cheatsheets |
297+
| 1 | Basics of Helm |[🔗](./content/docs/helm/install-helm.md)|
298+
| 2 | Deep Dive into Charts | [🔗](./content/docs/helm/deep-dive-chart.md)|
299+
| 3 | Work with Multiple Values |[🔗](./content/docs/helm/%20multiple-values.md) |
300+
| 4 | Create Template file |[🔗](./content/docs/helm/template-file.md)|
301+
| 5 | advance Template with If statement |[🔗](./content/docs/helm/advance-if-statement.md)|
302+
| 6 | Else and Else If statement |[🔗](./content/docs/helm/Else-Else-If-statement.md) |
303+
| 7 | 50 Helm Template Cheatsheets |[🔗](./content/docs/helm/helm-templates-cheatsheet.md) |
304304

305305
</strong>
306306

0 commit comments

Comments
 (0)