-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo in args #17544
Fix typo in args #17544
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
❌ Author of the following commits did not sign a Contributor Agreement: Please, read and sign the above mentioned agreement if you want to contribute to this project |
Pinging @elastic/integrations-platforms (Team:Platforms) |
Pinging @elastic/siem (Team:SIEM) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix
@@ -23,7 +23,7 @@ spec: | |||
- name: auditbeat | |||
image: docker.elastic.co/beats/auditbeat:%VERSION% | |||
args: [ | |||
"-c", "/etc/auditbeat.yml" | |||
"-c", "/etc/auditbeat.yml", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also update
"-c", "/etc/auditbeat.yml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think #17595 fixed this typo already.
Yes, fixed in #17595 . Thanks for the contribution!! |
Bug; Typo in Args
What does this PR do?
This PR adds the missing in comma in the args array.
Why is it important?
Invalid Args array without it, broken manifest on master
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Logs
k apply -f ./auditbeat-kubernetes.yaml configmap/auditbeat-config configured configmap/auditbeat-daemonset-modules unchanged error: error parsing ./auditbeat-kubernetes.yaml: error converting YAML to JSON: yaml: line 26: did not find expected ',' or ']'