From 982a4295a8b90afc03907b6bf4735390685112fa Mon Sep 17 00:00:00 2001 From: jaskaransarkaria Date: Thu, 9 Nov 2023 09:12:12 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20psa=20mode=20audit=20->?= =?UTF-8?q?=20enforce?= 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 = {