-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathvalues.yaml
112 lines (100 loc) · 2.91 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
source: https://github.com/FIWARE-Ops/marinera
release: demo
destination_namespace: &destination demo
branch: &branch main
secretsEnabled: &secretsEnabled false
host: &host
tlsSecret: &tlsSecret
applications:
# Dont change mongodb name, current orion config relies on it.
- name: mongodb-orion
enabled: false
source_path: applications/mongodb/chart
source_ref: *branch
destination: *destination
secretsReady: true # Don't change. This means that the chart is prepared to use Sealed Secrets
helm_values:
- values.yaml
- name: orion-ld
enabled: false
source_path: applications/orion-ld/chart
source_ref: *branch
destination: *destination
secretsReady: true # Don't change. This means that the chart is prepared to use Sealed Secrets
helm_values:
- values.yaml
- name: timescaledb-single
# Dont override, will break the tests.
releaseName: tsdb
enabled: false
source_path: applications/timescaledb-single/chart
source_ref: *branch
destination: *destination
secretsReady: true # Don't change. This means that the chart is prepared to use Sealed Secrets
helm_values:
- values.yaml
- name: quantumleap
enabled: false
source_path: applications/quantumleap/chart
source_ref: *branch
destination: *destination
helm_values:
- values.yaml
- name: grafana
enabled: false
source_path: applications/grafana/chart
source_ref: *branch
destination: *destination
secretsReady: true # Don't change. This means that the chart is prepared to use Sealed Secrets
helm_values:
- values.yaml
- name: air-quality
enabled: false
source_path: applications/air-quality-app/chart
source_ref: *branch
destination: *destination
helm_values:
- values.yaml
- name: keycloak
enabled: false
source_path: applications/keycloak/chart
source_ref: *branch
destination: *destination
helm_values:
- values.yaml
- name: keycloak-pep
enabled: false
source_path: applications/keycloak-pep/chart
source_ref: *branch
destination: *destination
helm_values:
- values.yaml
- name: kong
enabled: false
source_path: applications/kong/chart
source_ref: *branch
destination: *destination
helm_values:
- values.yaml
- name: grafana-metrics
enabled: false
source_path: applications/grafana-metrics/chart
source_ref: *branch
destination: *destination
secretsReady: true # Don't change. This means that the chart is prepared to use Sealed Secrets
helm_values:
- values.yaml
- name: airquality-simulator
enabled: false
source_path: applications/airquality-simulator/chart
source_ref: *branch
destination: *destination
helm_values:
- values.yaml
- name: marinera-secrets
enabled: *secretsEnabled
source_path: secrets
source_ref: *branch
destination: *destination
helm_values:
- values.yaml