Skip to content

Commit 407e60f

Browse files
Simon Emmsroboquat
Simon Emms
authored andcommitted
[installer]: make the kots install overwrite the config if exists
1 parent 729e0d8 commit 407e60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/scripts/kots-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ EOF
9090
echo "Gitpod: Installer version - $(/app/installer version | yq e '.version' -)"
9191

9292
echo "Gitpod: Generate the base Installer config"
93-
/app/installer config init
93+
/app/installer config init --overwrite
9494

9595
if [ "${INSTALLER_DRY_RUN}" != "true" ]; then
9696
echo "Gitpod: auto-detecting ShiftFS support on host machine"

0 commit comments

Comments
 (0)