Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #419 from fluxcd/docs/disable-tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed May 21, 2020
2 parents 68de528 + 8ce479d commit 05067b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
12 changes: 9 additions & 3 deletions chart/helm-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,28 @@ kubectl apply -f https://raw.githubusercontent.com/fluxcd/helm-operator/{{ versi

Install the Helm operator using the chart:

```sh tab="Default (Helm 2 and 3)"
Chart defaults (Helm 2 and 3):

```sh
# Default with support for Helm 2 and 3 enabled
# NB: the presence of Tiller is a requirement when
# Helm 2 is enabled.
helm upgrade -i helm-operator fluxcd/helm-operator \
--namespace flux
```

```sh tab="Helm 3"
Helm 3:

```sh
# Only Helm 3 support enabled using helm.versions
helm upgrade -i helm-operator fluxcd/helm-operator \
--namespace flux \
--set helm.versions=v3
```

```sh tab="Helm 2"
Helm 2:

```sh
# Only Helm 2 support enabled using helm.versions
# NB: the presence of Tiller is a requirement when
# Helm 2 is enabled.
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ markdown_extensions:
guess_lang: false
- toc:
permalink: true
- pymdownx.tabbed

nav:
- Overview: index.md
Expand Down

0 comments on commit 05067b9

Please sign in to comment.