-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds falcosidekick to the integration test
The falcosidekick helm chart doesn't pass any arguments to falcosidekick, but we've set the --help as the default argument, meaning that it won't start up as intended. falcosidekick helm chart also creates a deployment with readOnlyRootFilesystem=True set, which means that Pebble won't be able to copy its necessary files. We can use the Pebble mutating webhook to solve this issue.
- Loading branch information
1 parent
7dbffa5
commit a7cbfbf
Showing
2 changed files
with
67 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters