From af4a524e228cc209f7f48fed29dcf4cceb19e6ab Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 5 Feb 2024 21:15:26 +0100 Subject: [PATCH] fix(vpa): Fix syntax for seccompProfile --- infrastructure/vpa/deployment-patch.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/vpa/deployment-patch.yaml b/infrastructure/vpa/deployment-patch.yaml index 839f86db7..74797534d 100644 --- a/infrastructure/vpa/deployment-patch.yaml +++ b/infrastructure/vpa/deployment-patch.yaml @@ -5,5 +5,6 @@ capabilities: drop: - ALL - seccompProfile: RuntimeDefault + seccompProfile: + type: RuntimeDefault -- GitLab