From ab22b9f21e7894e8c06768c7d03a76add3371dc7 Mon Sep 17 00:00:00 2001 From: Jaskaran Sarkaria Date: Thu, 9 Nov 2023 11:18:44 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20psa=20mode=20audit=20->?= =?UTF-8?q?=20enforce=20(#70)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index dd5c1f9..dbcfd5f 100644 --- a/main.tf +++ b/main.tf @@ -20,7 +20,7 @@ resource "kubernetes_namespace" "ingress_controllers" { "component" = "ingress-controllers" "cloud-platform.justice.gov.uk/environment-name" = "production" "cloud-platform.justice.gov.uk/is-production" = "true" - "pod-security.kubernetes.io/audit" = "privileged" + "pod-security.kubernetes.io/enforce" = "privileged" } annotations = {