Skip to content
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: Use rules_files instead of deprecated rules_file in README.md config snippet #780

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robinlandstrom
Copy link

What type of PR is this?
/kind documentation

Any specific area of the project related to this PR?
/area falco-chart

What this PR does / why we need it:
Current snippet in chars/falco/README.md that uses rules_file causes collision with rules_files and falco does not start

Tue Nov 12 14:23:17 2024: Using deprecated config key 'rules_file' (singular form). Please use new 'rules_files' config key (plural form).
Error: Error reading config file (/etc/falco/falco.yaml): both 'rules_files' and 'rules_file' keys set

Using rules_file causes collision with rules_files and falco does not start

```
Tue Nov 12 14:23:17 2024: Using deprecated config key 'rules_file' (singular form). Please use new 'rules_files' config key (plural form).
Error: Error reading config file (/etc/falco/falco.yaml): both 'rules_files' and 'rules_file' keys set
```

Signed-off-by: Robin Landström <[email protected]>
@poiana poiana added kind/documentation Improvements or additions to documentation dco-signoff: yes area/falco-chart labels Nov 12, 2024
@poiana
Copy link
Contributor

poiana commented Nov 12, 2024

Welcome @robinlandstrom! It looks like this is your first PR to falcosecurity/charts 🎉

@poiana
Copy link
Contributor

poiana commented Nov 12, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: robinlandstrom
Once this PR has been reviewed and has the lgtm label, please assign cpanato for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@poiana poiana requested review from bencer and leogr November 12, 2024 14:40
@poiana poiana added the size/XS label Nov 12, 2024
@alacuku
Copy link
Member

alacuku commented Nov 13, 2024

Hey @robinlandstrom, thanks for the PR!

Please review the contribution guidelines and update your PR: https://github.com/falcosecurity/charts?tab=readme-ov-file#contributing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants