Skip to content

Commit bdb921c

Browse files
committed
Fixup
Signed-off-by: Anatolii Bazko <[email protected]>
1 parent 847eafa commit bdb921c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/config/sync.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,9 @@ func GetCurrentConfigString(currConfig *controller.OperatorConfiguration) string
684684
config = append(config, fmt.Sprintf("workspace.cleanupCronJob.cronJobScript=%s", workspace.CleanupCronJob.Schedule))
685685
}
686686
}
687+
if workspace.HostUsers != nil {
688+
config = append(config, fmt.Sprintf("workspace.hostUsers=%t", *workspace.HostUsers))
689+
}
687690
}
688691
if currConfig.EnableExperimentalFeatures != nil && *currConfig.EnableExperimentalFeatures {
689692
config = append(config, "enableExperimentalFeatures=true")

0 commit comments

Comments
 (0)