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"