You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allow pod security policies and binary authorization to be used
by both beta private and beta public clusters. Previously these two features
where limited to only private clusters, and this commit also removes
that functionality from private clusters.
description ="enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
97
-
98
-
default = [{
99
-
"enabled"=false
100
-
}]
101
-
}
102
-
103
-
{% endif%}
104
89
variable"horizontal_pod_autoscaling" {
105
90
description="Enable horizontal pod autoscaling addon"
description ="enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
description="enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
96
-
97
-
default=[{
98
-
"enabled"=false
99
-
}]
100
-
}
101
-
102
89
variable"horizontal_pod_autoscaling" {
103
90
description="Enable horizontal pod autoscaling addon"
description="enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
299
+
300
+
default=[{
301
+
"enabled"=false
302
+
}]
303
+
}
304
+
305
305
variable"basic_auth_username" {
306
306
description="The username to be used with Basic Authentication. An empty value will disable Basic Authentication, which is the recommended configuration."
0 commit comments