volumeMounts:

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

View file

@ -22,10 +22,10 @@ server:
- name: log-storage
emptyDir: {}
# volumeMounts:
# - mountPath: /var/log/test
# name: plugins
# readOnly: false
volumeMounts:
- mountPath: /var/log/test
name: plugins
readOnly: false
postStart:
- sh