File tree 1 file changed +10
-10
lines changed
install/installer/pkg/components/server
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -165,16 +165,16 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
165
165
166
166
// Enable protected_secrets by default
167
167
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
+ // })
178
178
179
179
// todo(sje): all these values are configurable
180
180
scfg := ConfigSerialized {
You can’t perform that action at this time.
0 commit comments