Skip to content

Commit

Permalink
chore: 🤖 psa mode audit -> enforce (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria authored Nov 9, 2023
1 parent fd4bb47 commit ab22b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit ab22b9f

Please sign in to comment.