mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-16 14:53:49 +00:00
✨ Use emptyDir
as the default type of data
volume
This commit is contained in:
@@ -225,4 +225,7 @@ spec:
|
||||
{{- if .Values.tap.persistentstorage }}
|
||||
persistentVolumeClaim:
|
||||
claimName: kubeshark-persistent-volume-claim
|
||||
{{- else }}
|
||||
emptyDir:
|
||||
sizeLimit: {{ .Values.tap.storagelimit }}
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user