We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b44b6b commit cfb77ecCopy full SHA for cfb77ec
components/ws-manager-api/go/config/config.go
@@ -131,8 +131,6 @@ type Configuration struct {
131
// TimeoutMaxConcurrentReconciles configures the max amount of concurrent workspace reconciliations on
132
// the timeout controller.
133
TimeoutMaxConcurrentReconciles int `json:"timeoutMaxConcurrentReconciles,omitempty"`
134
- // ExperimentalMode controls if experimental features are enabled
135
- ExperimentalMode bool `json:"experimentalMode"`
136
// EnableCustomSSLCertificate controls if we need to support custom SSL certificates for git operations
137
EnableCustomSSLCertificate bool `json:"enableCustomSSLCertificate"`
138
}
0 commit comments