volumeMounts:

- mountPath: /var/log/test
      name: plugins
      readOnly: false
This commit is contained in:
miwr 2025-03-19 14:20:57 +01:00
parent cba0a236f5
commit da3624d82a

View file

@ -23,8 +23,9 @@ server:
path: /var/log/test path: /var/log/test
volumeMounts: volumeMounts:
- name: log-storage - mountPath: /var/log/test
mountPath: /var/log/test name: plugins
readOnly: false
postStart: postStart:
- sh - sh