Skip to content

Commit

Permalink
Fix typo in auditbeat kubernetes manifest (elastic#17595)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Apr 9, 2020
1 parent aca75f5 commit c8b13f8
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:8.0.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 c8b13f8

Please sign in to comment.