Skip to content

Commit 7c8bf77

Browse files
authored
disable openshift deployment (#156)
1 parent a659522 commit 7c8bf77

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

fiware-platform/values.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tlsSecret: &tlsSecret
99
applications:
1010
# Dont change mongodb name, current orion config relies on it.
1111
- name: mongodb-orion
12-
enabled: true
12+
enabled: false
1313
source_path: applications/mongodb/chart
1414
source_ref: *branch
1515
destination: *destination
@@ -18,7 +18,7 @@ applications:
1818
- values.yaml
1919

2020
- name: orion-ld
21-
enabled: true
21+
enabled: false
2222
source_path: applications/orion-ld/chart
2323
source_ref: *branch
2424
destination: *destination
@@ -29,7 +29,7 @@ applications:
2929
- name: timescaledb-single
3030
# Dont override, will break the tests.
3131
releaseName: tsdb
32-
enabled: true
32+
enabled: false
3333
source_path: applications/timescaledb-single/chart
3434
source_ref: *branch
3535
destination: *destination
@@ -38,15 +38,15 @@ applications:
3838
- values.yaml
3939

4040
- name: quantumleap
41-
enabled: true
41+
enabled: false
4242
source_path: applications/quantumleap/chart
4343
source_ref: *branch
4444
destination: *destination
4545
helm_values:
4646
- values.yaml
4747

4848
- name: grafana
49-
enabled: true
49+
enabled: false
5050
source_path: applications/grafana/chart
5151
source_ref: *branch
5252
destination: *destination
@@ -55,39 +55,39 @@ applications:
5555
- values.yaml
5656

5757
- name: air-quality
58-
enabled: true
58+
enabled: false
5959
source_path: applications/air-quality-app/chart
6060
source_ref: *branch
6161
destination: *destination
6262
helm_values:
6363
- values.yaml
6464

6565
- name: keycloak
66-
enabled: true
66+
enabled: false
6767
source_path: applications/keycloak/chart
6868
source_ref: *branch
6969
destination: *destination
7070
helm_values:
7171
- values.yaml
7272

7373
- name: keycloak-pep
74-
enabled: true
74+
enabled: false
7575
source_path: applications/keycloak-pep/chart
7676
source_ref: *branch
7777
destination: *destination
7878
helm_values:
7979
- values.yaml
8080

8181
- name: kong
82-
enabled: true
82+
enabled: false
8383
source_path: applications/kong/chart
8484
source_ref: *branch
8585
destination: *destination
8686
helm_values:
8787
- values.yaml
8888

8989
- name: grafana-metrics
90-
enabled: true
90+
enabled: false
9191
source_path: applications/grafana-metrics/chart
9292
source_ref: *branch
9393
destination: *destination
@@ -96,7 +96,7 @@ applications:
9696
- values.yaml
9797

9898
- name: airquality-simulator
99-
enabled: true
99+
enabled: false
100100
source_path: applications/airquality-simulator/chart
101101
source_ref: *branch
102102
destination: *destination

0 commit comments

Comments
 (0)