diff --git a/cmd/flux/install.go b/cmd/flux/install.go index 04abcf74bc..df1f3a2e58 100644 --- a/cmd/flux/install.go +++ b/cmd/flux/install.go @@ -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`,