Skip to content

Commit

Permalink
Merge pull request #1573 from alphagov/set-licensify-PSS-restricted
Browse files Browse the repository at this point in the history
Enforce PSS to restricted on Licensify
  • Loading branch information
nimalank7 authored Jan 22, 2025
2 parents 170e03d + f919702 commit 6c6e517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/cluster-services/argo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "kubernetes_namespace" "licensify" {
# https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/pod_readiness_gate/
"elbv2.k8s.aws/pod-readiness-gate-inject" = "enabled"
"pod-security.kubernetes.io/audit" = "restricted"
"pod-security.kubernetes.io/enforce" = "baseline"
"pod-security.kubernetes.io/enforce" = "restricted"
"pod-security.kubernetes.io/warn" = "restricted"
}
}
Expand Down

0 comments on commit 6c6e517

Please sign in to comment.