Skip to content

Commit

Permalink
Merge pull request #68 from ministryofjustice/add-audit-privileged-label
Browse files Browse the repository at this point in the history
chore: 🤖 turn on psa in audit mode
  • Loading branch information
sj-williams authored Oct 10, 2023
2 parents dc215d9 + d1f7d25 commit 34c9396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 34c9396

Please sign in to comment.