Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable openshift deployment #156

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading