You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/dave/values.yaml
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,27 @@ externalCharts:
28
28
keycloak:
29
29
# enable/disable keycloak chart dependency
30
30
enabled: true
31
+
backend:
32
+
# enable/disable backend chart dependency
33
+
enabled: true
34
+
frontend:
35
+
# enable/disable frontend chart dependency
36
+
enabled: true
37
+
adminportal:
38
+
# enable/disable adminportal chart dependency
39
+
enabled: true
40
+
selfserviceportal:
41
+
# enable/disable selfservice chart dependency
42
+
enabled: true
43
+
eai:
44
+
# enable/disable eai chart dependency
45
+
enabled: true
46
+
documentstorage:
47
+
# enable/disable documentstorage chart dependency
48
+
enabled: true
49
+
geodataeai:
50
+
# enable/disable geodataeai chart dependency
51
+
enabled: true
31
52
32
53
# Dave Backend
33
54
backend:
@@ -46,7 +67,7 @@ backend:
46
67
# DB
47
68
# [By default such tables (and other objects) are automatically put into a schema named “public”. Every new database contains such a schema](https://www.postgresql.org/docs/current/ddl-schemas.html#DDL-SCHEMAS-PUBLIC).
48
69
DB_SCHEMA: public
49
-
SPRING_JPA_PROPERTIES_HIBERNATE_DEFAULT_SCHEMA: public
70
+
spring.jpa.properties.hibernate.default_schema: public
0 commit comments