Add note to kubernetes.md for longhorn users

This commit is contained in:
Joe Phillips 2024-04-26 15:03:09 -05:00 committed by GitHub
parent 40c1b70db6
commit 352e05ce38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```
```