Skip to content

Commit cfb77ec

Browse files
committed
[ws-manager-api] remove ExperimentalMode from configuration
1 parent 1b44b6b commit cfb77ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/ws-manager-api/go/config/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ type Configuration struct {
131131
// TimeoutMaxConcurrentReconciles configures the max amount of concurrent workspace reconciliations on
132132
// the timeout controller.
133133
TimeoutMaxConcurrentReconciles int `json:"timeoutMaxConcurrentReconciles,omitempty"`
134-
// ExperimentalMode controls if experimental features are enabled
135-
ExperimentalMode bool `json:"experimentalMode"`
136134
// EnableCustomSSLCertificate controls if we need to support custom SSL certificates for git operations
137135
EnableCustomSSLCertificate bool `json:"enableCustomSSLCertificate"`
138136
}

0 commit comments

Comments
 (0)