Skip to content

Commit

Permalink
maint: Don’t set priviledged mode by default in deployment.yaml (#82)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
The agent does not to run in privileded mode so we comment it out so
it's findable but on by default.

- Close #64 

## Short description of the changes
- Comment out the `priviledged` option from deploymeny.yaml

## How to verify that this has the expected result
Agent continues to run as normal.
  • Loading branch information
MikeGoldsmith committed Aug 18, 2023
1 parent d7ab7d0 commit 380bc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ spec:
- PERFMON
- NET_RAW
# for local debugging
privileged: true
# privileged: true
imagePullSecrets:
- name: ghcr

0 comments on commit 380bc11

Please sign in to comment.