-
Notifications
You must be signed in to change notification settings - Fork 374
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
Add tetragon operator deployment into the helm chart #1351
Conversation
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.
lgtm overall. 2 high-level points:
- let's use
tetragon-operator
as the prefix for all the resources. - let's use
tetragonPod.enabled
as the single feature flag to toggle the TetragonPod feature.
also please run test.sh
to fix the Lint helm chart / generated-files
failure.
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
please squash into a single commit 🙏
f5ec297
to
a525bc4
Compare
Added service account, role bindings and cluster roles for the tetragon operator deployment. This is disabled by default, to enable it, set the podWatcher.enabled field to true. Signed-off-by: Prateek Singh <prateeksingh9741@gmail.com>
336949a
to
40c2aa5
Compare
In this PR: