RasaHQ / helm-charts

Helm charts for Rasa products
https://rasa.com
Apache License 2.0
32 stars 29 forks source link

Duckling container won't start (Helm Chart v4.5.6) #95

Open BlueCog opened 2 years ago

BlueCog commented 2 years ago

Context:

Openshift v4.9 Rasa-x Helm Chart v4.5.6 Duckling Image: rasa/duckling:0.2.0.2

Due security constraints of OpenShift is the global securityContext set to false

The duckling container throws the following error in the log:

duckling-example-exe: log: createDirectory: permission denied (Permission denied)

This has probably something to do with the context of openshift. With Rasa-x Helm Chart v4.5.4 (and Duckling image "0.1.6.3") we didn't had this issue.