volumeMounts:

- mountPath: /var/log/test
      name: log-storage
      readOnly: false
This commit is contained in:
miwr 2025-03-19 14:44:29 +01:00
parent e72e440e51
commit 5ffb47d1ca

View file

@ -24,7 +24,7 @@ server:
volumeMounts: volumeMounts:
- mountPath: /var/log/test - mountPath: /var/log/test
name: plugins name: log-storage
readOnly: false readOnly: false
postStart: postStart: