Skip to content

Commit

Permalink
fix: render helm examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis committed Dec 19, 2024
1 parent 46f64cd commit 0079126
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1149,30 +1149,6 @@ spec:
readOnly: true
subPath: agent.yml
dnsPolicy: ClusterFirstWithHostNet
<<<<<<< HEAD
initContainers:
- args:
- -c
- mkdir -p /etc/elastic-agent/inputs.d && mkdir -p /etc/elastic-agent/inputs.d
&& wget -O - https://github.com/elastic/elastic-agent/archive/v8.18.0.tar.gz
| tar xz -C /etc/elastic-agent/inputs.d --strip=5 "elastic-agent-8.18.0/deploy/kubernetes/elastic-agent-standalone/templates.d"
command:
- sh
image: busybox:1.36.1
name: k8s-templates-downloader
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
privileged: false
runAsGroup: 1000
runAsUser: 1000
volumeMounts:
- mountPath: /etc/elastic-agent/inputs.d
name: external-inputs
=======
>>>>>>> a631362d5 ([k8s] embed hints inputs in agent container image (#6381))
nodeSelector:
kubernetes.io/os: linux
serviceAccountName: agent-pernode-example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1165,30 +1165,6 @@ spec:
readOnly: true
subPath: agent.yml
dnsPolicy: ClusterFirstWithHostNet
<<<<<<< HEAD
initContainers:
- args:
- -c
- mkdir -p /etc/elastic-agent/inputs.d && mkdir -p /etc/elastic-agent/inputs.d
&& wget -O - https://github.com/elastic/elastic-agent/archive/v8.18.0.tar.gz
| tar xz -C /etc/elastic-agent/inputs.d --strip=5 "elastic-agent-8.18.0/deploy/kubernetes/elastic-agent-standalone/templates.d"
command:
- sh
image: busybox:1.36.1
name: k8s-templates-downloader
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
privileged: false
runAsGroup: 1000
runAsUser: 1000
volumeMounts:
- mountPath: /etc/elastic-agent/inputs.d
name: external-inputs
=======
>>>>>>> a631362d5 ([k8s] embed hints inputs in agent container image (#6381))
nodeSelector:
kubernetes.io/os: linux
serviceAccountName: agent-pernode-example
Expand Down

0 comments on commit 0079126

Please sign in to comment.