jetstack/terraform-google-gke-cluster

Add option to enable PodSecurityPolicy

wwwil opened this issue · 2 comments

wwwil commented

Currently the option to enable PodSecurityPolicy with Terraform is in beta, when it becomes available the option to enable it should be offered as an input variable.

# Enable the PodSecurityPolicy controller for this cluster. If enabled, pods
# must be valid under a PodSecurityPolicy to be created.
variable "cluster_pod_security_policy_enabled" {
  type = "string"
}
  pod_security_policy_config = {
    enabled = "${var.cluster_pod_security_policy_enabled}"
  }
wwwil commented

Closed by #75

This project is now deprecated so we aren't accepting any further changes.