diff --git a/docs/kometa/install/kubernetes.md b/docs/kometa/install/kubernetes.md index 5a60e81e..ea5ca348 100644 --- a/docs/kometa/install/kubernetes.md +++ b/docs/kometa/install/kubernetes.md @@ -77,6 +77,7 @@ spec: name: tv-config restartPolicy: OnFailure ``` +> :warning: If you are using [Longhorn](https://longhorn.io/) as your storage class, you should omit the `spec.jobTemplate.spec.template.spec.securityContext` node to fix file permission errors. This CronJob also requires @@ -395,4 +396,4 @@ kind: ConfigMap metadata: name: tv-config-jinja-template namespace: media -``` \ No newline at end of file +```