From d1f7d257beaf1847739604efd142f02559dbdff4 Mon Sep 17 00:00:00 2001 From: jaskaransarkaria Date: Tue, 10 Oct 2023 11:13:15 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20turn=20on=20psa=20in=20?= =?UTF-8?q?audit=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index 9c94332..2183a53 100644 --- a/main.tf +++ b/main.tf @@ -20,6 +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" } annotations = {