Skip to content

Commit

Permalink
Remove unintended change from PR
Browse files Browse the repository at this point in the history
Signed-off-by: Vinícius Garcia <[email protected]>
  • Loading branch information
VinGarcia committed Nov 16, 2023
1 parent c8b5c17 commit 025a4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flux/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If a previous version is installed, then an in-place upgrade will be performed.`
flux install --toleration-keys=node.kubernetes.io/dedicated-to-flux
# Dry-run install
flux install --export | kubectl apply --dry-run=client -f-
flux install --export | kubectl apply --dry-run=client -f-
# Write install manifests to file
flux install --export > flux-system.yaml`,
Expand Down

0 comments on commit 025a4ed

Please sign in to comment.