Skip to content

Commit dda093f

Browse files
committed
TEST
Signed-off-by: JenTing Hsiao <[email protected]>
1 parent 79f47a8 commit dda093f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: install/installer/pkg/components/server/configmap.go

+10-10
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,16 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
165165

166166
// Enable protected_secrets by default
167167
defaultFeatureFlags := []NamedWorkspaceFeatureFlag{NamedWorkspaceFeatureProtectedSecrets}
168-
_ = ctx.WithExperimental(func(cfg *experimental.Config) error {
169-
if cfg == nil || cfg.Workspace == nil {
170-
return nil
171-
}
172-
if !cfg.Workspace.EnableProtectedSecrets {
173-
// Disable protected_secrets if it is explicitly set to false in the installer configuration
174-
defaultFeatureFlags = []NamedWorkspaceFeatureFlag{}
175-
}
176-
return nil
177-
})
168+
// _ = ctx.WithExperimental(func(cfg *experimental.Config) error {
169+
// if cfg == nil || cfg.Workspace == nil {
170+
// return nil
171+
// }
172+
// if !cfg.Workspace.EnableProtectedSecrets {
173+
// // Disable protected_secrets if it is explicitly set to false in the installer configuration
174+
// defaultFeatureFlags = []NamedWorkspaceFeatureFlag{}
175+
// }
176+
// return nil
177+
// })
178178

179179
// todo(sje): all these values are configurable
180180
scfg := ConfigSerialized{

0 commit comments

Comments
 (0)