Skip to content

Commit

Permalink
Fix titles
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Jul 20, 2023
1 parent 61c7b12 commit bafbb66
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion content/en/flux/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ You will need a Kubernetes cluster that matches one of the following versions:

| Kubernetes version | Minimum required |
|--------------------|------------------|
| `v1.24` | `>= 1.24.0` |
| `v1.25` | `>= 1.25.0` |
| `v1.26` | `>= 1.26.0` |
| `v1.27` and later | `>= 1.27.1` |
Expand Down
2 changes: 1 addition & 1 deletion content/en/flux/installation/bootstrap/azure.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Azure DevOps
linkTitle: Azure DevOps
description: "How to follow bootstrap Flux with Azure DevOps"
description: "How to bootstrap Flux with Azure DevOps"
weight: 60
---

Expand Down
2 changes: 1 addition & 1 deletion content/en/flux/installation/bootstrap/bitbucket.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Bitbucket
linkTitle: Bitbucket
description: "How to bootstrap Flux with Bitbucket"
description: "How to bootstrap Flux with Bitbucket Server and Data Center"
weight: 40
---

Expand Down
4 changes: 2 additions & 2 deletions content/en/flux/installation/bootstrap/gitlab.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GitLab
title: GitLab and GitLab Enterprise
linkTitle: GitLab
description: "How to bootstrap Flux with GitLab"
description: "How to bootstrap Flux with GitLab and GitLab Enterprise"
weight: 30
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Google Cloud Source
linkTitle: Google Cloud Source
description: "How bootstrap Flux with Google Cloud Source"
description: "How to bootstrap Flux with Google Cloud Source Repository"
weight: 70
---

Expand Down
4 changes: 1 addition & 3 deletions content/en/flux/installation/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: "Uninstall Flux using CLI uninstall method"
weight: 50
---

## Uninstall

You can uninstall Flux with:

```sh
Expand All @@ -26,7 +24,7 @@ If you've installed Flux in a namespace that you wish to preserve, you
can skip the namespace deletion with:

```sh
flux uninstall --namespace=infra --keep-namespace
flux uninstall --namespace=flux-system --keep-namespace
```

{{% alert color="info" title="Reinstall" %}}
Expand Down

0 comments on commit bafbb66

Please sign in to comment.