Skip to content

Commit

Permalink
add seccompProfile (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno authored Sep 4, 2024
1 parent 6c58591 commit 3ae1f5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/teleport-kube-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,8 @@ securityContext:
# To unset the security context, set it to `null` or `~`.
podSecurityContext:
fsGroup: 9807
seccompProfile:
type: RuntimeDefault

# priorityClassName(string) -- sets the priority class used by any pods created by the chart.
# The user is responsible for creating the `PriorityClass` resource before deploying the chart.
Expand Down

0 comments on commit 3ae1f5b

Please sign in to comment.