Skip to content

Commit 527f84c

Browse files
authored
Merge pull request #8141 from zalando-incubator/dev-to-kube-1.31
dev to kube-1.31
2 parents aa78ea0 + 0b07b73 commit 527f84c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cluster/manifests/01-admission-control/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data:
2727
pod.service-account-iam.enable: "true"
2828
pod.service-account-iam.base-aws-account-id: "{{ accountID .Cluster.InfrastructureAccount }}"
2929
{{- if eq .Cluster.ConfigItems.teapot_admission_controller_inject_aws_waiter "true" }}
30-
pod.aws-waiter.image: "926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/automata/aws-credentials-waiter:master-226"
30+
pod.aws-waiter.image: "926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/automata/aws-credentials-waiter:master-234"
3131
{{- end }}
3232
pod.env-inject.enable: "{{ .Cluster.ConfigItems.teapot_admission_controller_inject_environment_variables }}"
3333
pod.env-inject.variable._PLATFORM_ACCOUNT: "{{ .Cluster.Alias }}"

cluster/manifests/roles/poweruser-role.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ rules:
4343
- deletecollection
4444
- patch
4545
- update
46+
- apiGroups:
47+
- ''
48+
resources:
49+
- pods/ephemeralcontainers
50+
verbs:
51+
- patch
4652
- apiGroups:
4753
- ''
4854
resources:

0 commit comments

Comments
 (0)