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 <david.wertenteil@kaleido.io>
  • Loading branch information
dwertent authored Nov 12, 2024
1 parent b767bb8 commit dd08cff
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 dd08cff

Please sign in to comment.