Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/en/05-reference/01-admin/04-environment-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ allowHostPID: true
allowHostIPC: false
allowHostPorts: false
readOnlyRootFilesystem: false
seccompProfiles:
- runtime/default
allowedCapabilities:
- SYS_ADMIN
- SYS_PTRACE
Expand All @@ -46,6 +48,10 @@ seLinuxContext:
type: RunAsAny
users:
- system:serviceaccount:pl:default
- system:serviceaccount:pl:query-broker-service-account
- system:serviceaccount:pl:pl-cert-provisioner-service-account
- system:serviceaccount:pl:cloud-conn-service-account

```

Note: Make sure to set the namespace on the serviceAccount to the namespace you deployed Pixie to.