Skip to content

Commit

Permalink
Adding --create-namespace flag to the helm-install example
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <[email protected]>
(cherry picked from commit dd08cff)
  • Loading branch information
dwertent authored and github-actions[bot] committed Nov 13, 2024
1 parent 2d98259 commit aebb0c9
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 aebb0c9

Please sign in to comment.