Skip to content

Commit

Permalink
disable openshift deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pulledtim authored Oct 15, 2024
1 parent a659522 commit 4f3b981
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions fiware-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tlsSecret: &tlsSecret
applications:
# Dont change mongodb name, current orion config relies on it.
- name: mongodb-orion
enabled: true
enabled: false
source_path: applications/mongodb/chart
source_ref: *branch
destination: *destination
Expand All @@ -18,7 +18,7 @@ applications:
- values.yaml

- name: orion-ld
enabled: true
enabled: false
source_path: applications/orion-ld/chart
source_ref: *branch
destination: *destination
Expand All @@ -29,7 +29,7 @@ applications:
- name: timescaledb-single
# Dont override, will break the tests.
releaseName: tsdb
enabled: true
enabled: false
source_path: applications/timescaledb-single/chart
source_ref: *branch
destination: *destination
Expand All @@ -38,15 +38,15 @@ applications:
- values.yaml

- name: quantumleap
enabled: true
enabled: false
source_path: applications/quantumleap/chart
source_ref: *branch
destination: *destination
helm_values:
- values.yaml

- name: grafana
enabled: true
enabled: false
source_path: applications/grafana/chart
source_ref: *branch
destination: *destination
Expand All @@ -55,39 +55,39 @@ applications:
- values.yaml

- name: air-quality
enabled: true
enabled: false
source_path: applications/air-quality-app/chart
source_ref: *branch
destination: *destination
helm_values:
- values.yaml

- name: keycloak
enabled: true
enabled: false
source_path: applications/keycloak/chart
source_ref: *branch
destination: *destination
helm_values:
- values.yaml

- name: keycloak-pep
enabled: true
enabled: false
source_path: applications/keycloak-pep/chart
source_ref: *branch
destination: *destination
helm_values:
- values.yaml

- name: kong
enabled: true
enabled: false
source_path: applications/kong/chart
source_ref: *branch
destination: *destination
helm_values:
- values.yaml

- name: grafana-metrics
enabled: true
enabled: false
source_path: applications/grafana-metrics/chart
source_ref: *branch
destination: *destination
Expand All @@ -96,7 +96,7 @@ applications:
- values.yaml

- name: airquality-simulator
enabled: true
enabled: false
source_path: applications/airquality-simulator/chart
source_ref: *branch
destination: *destination
Expand Down

0 comments on commit 4f3b981

Please sign in to comment.