Skip to content

Commit fd569b2

Browse files
authored
chore: Disable Extensibility wizard (#3765)
1 parent f24cd02 commit fd569b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

kyma/environments/dev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ config:
6767
EXTENSIBILITY_CUSTOM_COMPONENTS:
6868
isEnabled: false
6969
EXTENSIBILITY_WIZARD:
70-
isEnabled: true
70+
isEnabled: false
7171
KYMA_COMPANION:
7272
isEnabled: false
7373
TRACKING:

kyma/environments/prod/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ config:
7070
EXTENSIBILITY_CUSTOM_COMPONENTS:
7171
isEnabled: false
7272
EXTENSIBILITY_WIZARD:
73-
isEnabled: true
73+
isEnabled: false
7474
KYMA_COMPANION:
7575
isEnabled: false
7676
EVENTING:

kyma/environments/stage/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ config:
6868
EXTENSIBILITY_CUSTOM_COMPONENTS:
6969
isEnabled: false
7070
EXTENSIBILITY_WIZARD:
71-
isEnabled: true
71+
isEnabled: false
7272
KYMA_COMPANION:
7373
isEnabled: false
7474
EVENTING:

public/defaultConfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ config:
5151
EXTENSIBILITY_CUSTOM_COMPONENTS:
5252
isEnabled: false
5353
EXTENSIBILITY_WIZARD:
54-
isEnabled: true
54+
isEnabled: false
5555
KYMA_COMPANION:
5656
isEnabled: false
5757
TRACKING:

0 commit comments

Comments
 (0)