You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// when users navigate away from a page without saving.
83
83
DISABLE_CONFIRM_ON_EXIT: false,
84
84
85
-
// This blacklist hides certain kinds from the "Other Resources" page because they are unpersisted, disallowed for most end users, or not supported by openshift but exist in kubernetes
85
+
// Disable the new landing page and service catalog experience.
86
+
DISABLE_SERVICE_CATALOG_LANDING_PAGE: false,
87
+
88
+
// This blacklist hides certain kinds from the "Other Resources" page because
89
+
// they are unpersisted, disallowed for most end users, or not supported by
90
+
// openshift but exist in kubernetes.
86
91
AVAILABLE_KINDS_BLACKLIST: [],
87
-
// Currently disables watch on events used by the drawer
92
+
93
+
// Currently disables watch on events used by the drawer.
88
94
DISABLE_GLOBAL_EVENT_WATCH: false,
95
+
89
96
ENABLE_TECH_PREVIEW_FEATURE: {
90
-
// Enable the new landing page and service catalog experience
91
-
service_catalog_landing_page: false,
92
-
// Set to `true` when the template service broker is enabled for the cluster in master-config.yaml
97
+
// Set to true when the template service broker is enabled for the cluster in master-config.yaml.
93
98
template_service_broker: false,
99
+
// Set to true if the service catalog supports pod presets for binding services to applications.
0 commit comments