Skip to content

Commit

Permalink
Merge pull request #2092 from fluxcd/backport-2091-to-v2-4
Browse files Browse the repository at this point in the history
[v2-4] Adding `--create-namespace` flag to the helm-install example
  • Loading branch information
makkes authored Nov 13, 2024
2 parents 2d98259 + aebb0c9 commit 00d49a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/flux/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ kubectl apply -f https://github.com/fluxcd/flux2/releases/latest/download/instal
Install with `helm`:

```sh
helm install -n flux-system flux oci://ghcr.io/fluxcd-community/charts/flux2
helm install -n flux-system --create-namespace flux oci://ghcr.io/fluxcd-community/charts/flux2
```

{{% alert color="danger" title="Helm support" %}}
Expand Down

0 comments on commit 00d49a4

Please sign in to comment.