Skip to content

Commit 45cfd88

Browse files
committed
fix: update submodel_dispatcher path to use absolute directory structure
1 parent 44959b1 commit 45cfd88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/industry-core-hub/values-int-manufacturer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ backend:
167167
storageClass: "default"
168168
logs:
169169
# -- Enable logs persistence
170-
enabled: da
170+
enabled: true
171171
# -- Storage size for logs
172172
size: 1Gi
173173
# -- Access mode for logs volume
@@ -263,7 +263,7 @@ backend:
263263
prohibition: []
264264
obligation: []
265265
submodel_dispatcher:
266-
path: "./data/submodels"
266+
path: "/industry-core-hub/data/submodels"
267267
apiPath: "/submodel-dispatcher"
268268
ingress:
269269
enabled: true

charts/industry-core-hub/values-int.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ backend:
267267
prohibition: []
268268
obligation: []
269269
submodel_dispatcher:
270-
path: "./data/submodels"
270+
path: "./industry-core-hub/data/submodels"
271271
apiPath: "/submodel-dispatcher"
272272
ingress:
273273
enabled: true

charts/industry-core-hub/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ backend:
224224
obligation: []
225225
# -- EDC (Eclipse Dataspace Connector) configuration
226226
submodel_dispatcher:
227-
path: "./data/submodels"
227+
path: "/industry-core-hub/data/submodels"
228228
apiPath: "/submodel-dispatcher"
229229

230230
podAnnotations: {}

0 commit comments

Comments
 (0)