diff --git a/argocd/manifests/alloy-profiling-ringtail/daemonset.yaml b/argocd/manifests/alloy-profiling-ringtail/daemonset.yaml index ee97a0a..b3dbabf 100644 --- a/argocd/manifests/alloy-profiling-ringtail/daemonset.yaml +++ b/argocd/manifests/alloy-profiling-ringtail/daemonset.yaml @@ -44,6 +44,8 @@ spec: mountPath: /etc/alloy - name: data mountPath: /var/lib/alloy/data + - name: tmp + mountPath: /tmp securityContext: privileged: true tolerations: @@ -54,3 +56,5 @@ spec: name: alloy-profiling-config - name: data emptyDir: {} + - name: tmp + emptyDir: {}