File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
manifests/01-admission-control
node-pools/master-default Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ webhooks:
18
18
- operations : [ "CREATE", "UPDATE" ]
19
19
apiGroups : [""]
20
20
apiVersions : ["v1"]
21
- resources : ["pods"]
21
+ resources : ["pods", "pods/ephemeralcontainers" ]
22
22
{{- if eq .Cluster.ConfigItems.teapot_admission_controller_inject_environment_variables "true" }}
23
23
- name : pod-binding-admitter.teapot.zalan.do
24
24
clientConfig :
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ write_files:
202
202
limits :
203
203
memory : {{ .Values.InstanceInfo.MemoryFraction (parseInt64 .Cluster.ConfigItems.apiserver_memory_limit_percent)}}
204
204
{{- end }}
205
- - image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller:master-194
205
+ - image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller:master-195
206
206
name : admission-controller
207
207
lifecycle :
208
208
preStop :
You can’t perform that action at this time.
0 commit comments