From 025a4ed92127955620281fc9755751d3177e5a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Tue, 14 Nov 2023 22:37:11 -0300 Subject: [PATCH] Remove unintended change from PR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vinícius Garcia --- cmd/flux/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`,