Skip to content

Commit

Permalink
Fix typo in auditbeat kubernetes manifest (elastic#17595) (elastic#17631
Browse files Browse the repository at this point in the history
)

(cherry picked from commit cd3e6d7)
  • Loading branch information
jsoriano authored Apr 9, 2020
1 parent e2f1d18 commit 82e2349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/auditbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
- name: auditbeat
image: docker.elastic.co/beats/auditbeat:7.7.0
args: [
"-c", "/etc/auditbeat.yml"
"-c", "/etc/auditbeat.yml",
"-e",
]
env:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/auditbeat/auditbeat-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: auditbeat
image: docker.elastic.co/beats/auditbeat:%VERSION%
args: [
"-c", "/etc/auditbeat.yml"
"-c", "/etc/auditbeat.yml",
"-e",
]
env:
Expand Down

0 comments on commit 82e2349

Please sign in to comment.