Skip to content

Commit 9e6af4b

Browse files
authored
fix: set correct mount for aas discovery application properties in helm (#706)
1 parent 025c597 commit 9e6af4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cloud/dependency_charts/aas-discovery/templates/aas-discovery-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
containerPort: {{ .Values.service.port }}
3333
protocol: TCP
3434
volumeMounts:
35-
- mountPath: /workspace/config/application.properties
35+
- mountPath: /application/application.properties
3636
name: {{ template "aas-discovery.fullname" $ }}-config
3737
subPath: application.properties
3838
- mountPath: /application/rbac-rules.json

0 commit comments

Comments
 (0)