diff --git a/xenit-aps/templates/activiti/activiti-deployment.yaml b/xenit-aps/templates/activiti/activiti-deployment.yaml index f241da9..b6802a7 100644 --- a/xenit-aps/templates/activiti/activiti-deployment.yaml +++ b/xenit-aps/templates/activiti/activiti-deployment.yaml @@ -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 }}