From bc8cb0072311eae14472fb394a30adfeaa6b8a8f Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Wed, 21 Aug 2024 22:23:35 +1000 Subject: [PATCH] Update kubernetes templates for elastic-agent (#190940) Automated by https://buildkite.com/elastic/elastic-agent/builds/11174 --- .../server/services/elastic_agent_manifest.ts | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts b/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts index 60ac2aff1b369..d3101d0747392 100644 --- a/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts +++ b/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts @@ -125,9 +125,6 @@ spec: mountPath: /sys/kernel/debug - name: elastic-agent-state mountPath: /usr/share/elastic-agent/state - # If you are using the Universal Profiling integration, please uncomment these lines before applying. - #- name: universal-profiling-cache - # mountPath: /var/cache/Elastic volumes: - name: datastreams configMap: @@ -166,12 +163,6 @@ spec: hostPath: path: /var/lib/elastic-agent/kube-system/state type: DirectoryOrCreate - # Mount required for Universal Profiling. - # If you are using the Universal Profiling integration, please uncomment these lines before applying. - #- name: universal-profiling-cache - # hostPath: - # path: /var/cache/Elastic - # type: DirectoryOrCreate --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding @@ -440,9 +431,6 @@ spec: mountPath: /sys/kernel/debug - name: elastic-agent-state mountPath: /usr/share/elastic-agent/state - # If you are using the Universal Profiling integration, please uncomment these lines before applying. - #- name: universal-profiling-cache - # mountPath: /var/cache/Elastic volumes: - name: proc hostPath: @@ -483,12 +471,6 @@ spec: hostPath: path: /var/lib/elastic-agent-managed/kube-system/state type: DirectoryOrCreate - # Mount required for Universal Profiling. - # If you are using the Universal Profiling integration, please uncomment these lines before applying. - #- name: universal-profiling-cache - # hostPath: - # path: /var/cache/Elastic - # type: DirectoryOrCreate --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding