From a02a9185355243effef40caf7f3811caa2e210c6 Mon Sep 17 00:00:00 2001 From: Clay Kauzlaric Date: Wed, 13 Sep 2023 12:26:30 -0400 Subject: [PATCH] add seccompProfile to controller (#955) * I believe this [PR](https://github.com/knative/serving/pull/13327) adds it to the controller in the serving repo, but why not do it in the net-contour repo too? --- config/controller.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/controller.yaml b/config/controller.yaml index c387df5a3..2e5d0aa29 100644 --- a/config/controller.yaml +++ b/config/controller.yaml @@ -75,3 +75,5 @@ spec: capabilities: drop: - ALL + seccompProfile: + type: RuntimeDefault