Skip to content

Commit

Permalink
Merge pull request #22 from xenit-eu/add-acitivi-admin-enabled
Browse files Browse the repository at this point in the history
fix license path
  • Loading branch information
hechmi-dammak-xenit authored Jul 29, 2024
2 parents f28a721 + 1934383 commit 40fde27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xenit-aps/templates/activiti/activiti-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
volumeMounts:
{{- if .Values.activiti.license.enabled }}
- name: license
mountPath: {{ .Values.activiti.licensePath }}
mountPath: {{ .Values.activiti.license.path }}
subPath: activiti.lic
readOnly: true
{{- end }}
Expand Down

0 comments on commit 40fde27

Please sign in to comment.