Skip to content

Commit 5784dab

Browse files
committed
docs: define helm clearly
1 parent 807e13e commit 5784dab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/configuration/cellsection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To do this, you first need to enable “Sticky scroll” in your notebook. Follo
1818
![VS Code](../../static/img/guide-page/runme-vscode-setting.png)
1919

2020
- In the search bar, enter ‘notebook sticky.’ This will direct you to the sticky scroll configuration page in the notebook.
21-
- Now enable Stick Scroll by clicking on the “Enabled” checkbox.
21+
- Now enable Sticky Scroll by clicking on the “Enabled” checkbox.
2222

2323
![sticky roll](../../static/img/guide-page/stickyroll.png)
2424

docs/guide/helm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ If you are performing a task repeatedly, it is best to automate it; this is a co
44

55
With Runme, you can automate your task by creating an interactive notebook where you can run your commands, perform deployment and carry out the instructions outlined in your documentation.
66

7+
While Helm is a package manager for Kubernetes, an open-source orchestration platform. It assists users in defining, installing, and managing applications and their dependencies on a Kubernetes cluster.
8+
79
This guide demonstrates how to integrate Helm with Runme to automate processes and reduce repetitive tasks.
810

911
## **Prerequisite**

0 commit comments

Comments
 (0)