File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
manifests/02-admission-control Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -714,13 +714,6 @@ teapot_admission_controller_enable_write_protection_webhook: "true"
714
714
# configure the behaviour of the resource protection admission webhook, `true` blocks, `false` allows
715
715
teapot_admission_controller_prevent_write_operations : " true"
716
716
717
- # inject default values into Services for ALBC on EKS
718
- {{ if and (eq .Cluster.Provider "zalando-eks") (eq .Cluster.ConfigItems.eks_ip_family "ipv6") }}
719
- teapot_admission_controller_inject_albc_defaults : " true"
720
- {{ else }}
721
- teapot_admission_controller_inject_albc_defaults : " false"
722
- {{ end }}
723
-
724
717
# Enable and configure Pod Security Policy rules implemented in admission-controller.
725
718
teapot_admission_controller_pod_security_policy_enabled : " true"
726
719
Original file line number Diff line number Diff line change 13
13
dns.default.subdomain-max-length : " {{ .Cluster.ConfigItems.subdomain_max_length }}"
14
14
15
15
generic.prevent-write-operations.enable : " {{ .Cluster.ConfigItems.teapot_admission_controller_prevent_write_operations }}"
16
- generic.inject-albc-defaults.enable : " {{ .Cluster.ConfigItems.teapot_admission_controller_inject_albc_defaults }}"
16
+ {{- if and (eq .Cluster.Provider "zalando-eks") (eq .Cluster.ConfigItems.eks_ip_family "ipv6") }}
17
+ generic.inject-albc-defaults.enable : " true"
18
+ {{- end }}
17
19
18
20
pod.container-resource-control.min-memory-request : " 25Mi"
19
21
pod.container-resource-control.default-cpu-request : " {{ .Cluster.ConfigItems.teapot_admission_controller_default_cpu_request }}"
You can’t perform that action at this time.
0 commit comments