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

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

robinlandstrom
Copy link
Contributor

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

@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 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?

robinlandstrom and others added 2 commits November 18, 2024 14:04
…n config snippet

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]>
Signed-off-by: Robin Landström <[email protected]>
charts/falco/CHANGELOG.md Outdated Show resolved Hide resolved
@robinlandstrom
Copy link
Contributor Author

Hey @alacuku

Should look better now, sorry felt a bit silly to bump the version for a one letter change in the README.

Let me know if anything else needs to be changed in the PR

@poiana
Copy link
Contributor

poiana commented Nov 18, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Issif, robinlandstrom

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

The pull request process is described 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
Copy link
Contributor

poiana commented Nov 18, 2024

LGTM label has been added.

Git tree hash: a4775d92540185875353ac5c55339e9eb31bf205

@poiana poiana merged commit e980a2c into falcosecurity:master Nov 18, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants