From c7abe3a09732d7f65e736f9762fa60645d4de865 Mon Sep 17 00:00:00 2001 From: Simon Emms Date: Fri, 9 Dec 2022 09:35:41 +0000 Subject: [PATCH] [installer]: make the kots install overwrite the config if exists --- install/installer/scripts/kots-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/installer/scripts/kots-install.sh b/install/installer/scripts/kots-install.sh index 644ed99ab293fb..b457427e779da4 100755 --- a/install/installer/scripts/kots-install.sh +++ b/install/installer/scripts/kots-install.sh @@ -90,7 +90,7 @@ EOF echo "Gitpod: Installer version - $(/app/installer version | yq e '.version' -)" echo "Gitpod: Generate the base Installer config" - /app/installer config init + /app/installer config init --overwrite if [ "${INSTALLER_DRY_RUN}" != "true" ]; then echo "Gitpod: auto-detecting ShiftFS support on host machine"