mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-08 22:10:50 +00:00
Do not create hostroot volume if no tracer deployed (#1780)
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
@@ -394,10 +394,12 @@ spec:
|
|||||||
- hostPath:
|
- hostPath:
|
||||||
path: /etc/os-release
|
path: /etc/os-release
|
||||||
name: os-release
|
name: os-release
|
||||||
|
{{- if .Values.tap.tls }}
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /
|
path: /
|
||||||
name: root
|
name: root
|
||||||
- name: data
|
- name: data
|
||||||
|
{{- end }}
|
||||||
{{- if .Values.tap.persistentStorage }}
|
{{- if .Values.tap.persistentStorage }}
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: kubeshark-persistent-volume-claim
|
claimName: kubeshark-persistent-volume-claim
|
||||||
|
Reference in New Issue
Block a user