From 3ae1f5bcfe61d5ae28d6b9e5522611c2ac8f1742 Mon Sep 17 00:00:00 2001 From: Spyros Synodinos <138458697+ssyno@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:10:39 +0300 Subject: [PATCH] add seccompProfile (#75) --- helm/teleport-kube-agent/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/teleport-kube-agent/values.yaml b/helm/teleport-kube-agent/values.yaml index 31942ef..35bd198 100644 --- a/helm/teleport-kube-agent/values.yaml +++ b/helm/teleport-kube-agent/values.yaml @@ -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.