stardog-union / helm-charts

Stardog Helm Charts
Apache License 2.0
9 stars 12 forks source link

Create tmpDir in the event it does not exist #62

Closed igable closed 2 years ago

igable commented 2 years ago

We provide values file variable tmpDir provide a mechanism to set the location of the java.io.tmpdir . However if folder doesn't exist it will fail. This is problematic in the case of wanting the temp folder to reside on the same place as stardog home because we have a newly created PVC disk and no way to create the folder in advance