Skip to content

Commit

Permalink
fix: helm menu title
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Rodenhuis committed Jan 4, 2024
1 parent 447c5dc commit ad211d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
18 changes: 9 additions & 9 deletions docs/get-started/installation/helm.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
slug: helm
title: AWS
sidebar_label: Otomi Helm Chart
title: Helm
sidebar_label: Helm
---

## Install Otomi with Helm
# Install Otomi with Helm

### Add the Otomi repository
## Add the Otomi repository

```bash
helm repo add otomi https://otomi.io/otomi-core
Expand All @@ -15,7 +15,7 @@ helm repo update

See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation.

### Minimal configuration
## Minimal configuration

:::info
As of version [1.0.0](https://github.com/redkubes/otomi-core/releases/tag/v0.21.0) Otomi supports Kubernetes versions `1.25`,`1.26` and `1.27`.
Expand All @@ -39,7 +39,7 @@ When the chart is installed, follow the [activation steps](../../get-started/act
license: <License Key>
``` -->
### Custom values
## Custom values
To view the required `values.yaml` file with detailed comments, view and download the chart's latest [values.yaml](https://github.com/redkubes/otomi-core/blob/main/chart/otomi/values.yaml). Run the following command to view _all_ the values (which might be overwhelming):

Expand All @@ -53,15 +53,15 @@ To test wether the input values are correct run the following command:
helm template -f values.yaml otomi/otomi
```

### Install the Chart
## Install the Chart

Install the chart with the following command:

```bash
helm install -f values.yaml otomi otomi/otomi
```

### Monitoring the chart install
## Monitoring the chart install

The chart deploys a Job (`otomi`) in the `default` namespace. Monitor the chart install using `kubectl`:

Expand All @@ -87,7 +87,7 @@ git clone https://github.com/redkubes/otomi-core.git
cd otomi-core
```

#### Install
### Install

Now customize the `values.yaml` file.

Expand Down
3 changes: 0 additions & 3 deletions docs/get-started/installation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ Install Otomi on Vultr Kubernetes using Cloudflare DNS
### [Helm](helm.md)
Instructions for using the Otomi Helm chart

### [Minikube](minikube.md)
Install Otomi on Minikube

### [Know issues](known-issues.md)
Know installation issues

Expand Down
1 change: 0 additions & 1 deletion sidebar-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = {
"get-started/installation/linode",
"get-started/installation/scaleway",
"get-started/installation/vultr",
"get-started/installation/minikube",
"get-started/installation/helm",
"get-started/installation/known-issues",
"get-started/installation/oidc",
Expand Down

0 comments on commit ad211d1

Please sign in to comment.