@@ -125,9 +125,6 @@ spec:
125125 mountPath: /sys/kernel/debug
126126 - name: elastic-agent-state
127127 mountPath: /usr/share/elastic-agent/state
128- # If you are using the Universal Profiling integration, please uncomment these lines before applying.
129- #- name: universal-profiling-cache
130- # mountPath: /var/cache/Elastic
131128 volumes:
132129 - name: datastreams
133130 configMap:
@@ -166,12 +163,6 @@ spec:
166163 hostPath:
167164 path: /var/lib/elastic-agent/kube-system/state
168165 type: DirectoryOrCreate
169- # Mount required for Universal Profiling.
170- # If you are using the Universal Profiling integration, please uncomment these lines before applying.
171- #- name: universal-profiling-cache
172- # hostPath:
173- # path: /var/cache/Elastic
174- # type: DirectoryOrCreate
175166---
176167apiVersion: rbac.authorization.k8s.io/v1
177168kind: ClusterRoleBinding
@@ -440,9 +431,6 @@ spec:
440431 mountPath: /sys/kernel/debug
441432 - name: elastic-agent-state
442433 mountPath: /usr/share/elastic-agent/state
443- # If you are using the Universal Profiling integration, please uncomment these lines before applying.
444- #- name: universal-profiling-cache
445- # mountPath: /var/cache/Elastic
446434 volumes:
447435 - name: proc
448436 hostPath:
@@ -483,12 +471,6 @@ spec:
483471 hostPath:
484472 path: /var/lib/elastic-agent-managed/kube-system/state
485473 type: DirectoryOrCreate
486- # Mount required for Universal Profiling.
487- # If you are using the Universal Profiling integration, please uncomment these lines before applying.
488- #- name: universal-profiling-cache
489- # hostPath:
490- # path: /var/cache/Elastic
491- # type: DirectoryOrCreate
492474---
493475apiVersion: rbac.authorization.k8s.io/v1
494476kind: ClusterRoleBinding
0 commit comments