Skip to content

Commit

Permalink
remove extra volumes in deployment mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Jul 26, 2024
1 parent 694c5d0 commit 558e43d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions kubernetes/elastic-helm/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,6 @@ opentelemetry-collector:
secretKeyRef:
name: elastic-secret
key: elastic_apm_secret_token
extraVolumeMounts:
- name: varlogpods
mountPath: /var/log/pods
readOnly: true
- name: varlibdockercontainers
mountPath: /var/lib/docker/containers
readOnly: true
- name: hostfs
mountPath: /hostfs
readOnly: true
mountPropagation: HostToContainer
extraVolumes:
- name: varlogpods
hostPath:
path: /var/log/pods
- name: varlibdockercontainers
hostPath:
path: /var/lib/docker/containers
- name: hostfs
hostPath:
path: /

configMap:
create: false
Expand Down

0 comments on commit 558e43d

Please sign in to comment.