File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -1979,13 +1979,6 @@ Resources:
1979
1979
PolicyName : root
1980
1980
RoleName : " {{.Cluster.LocalID}}-audittrail-adapter"
1981
1981
Type : ' AWS::IAM::Role'
1982
- {{- if eq .Cluster.ConfigItems.dynamodb_service_link_enabled "true" }}
1983
- ServiceLinkedRoleAutoScalingDynamoDB :
1984
- Properties :
1985
- AWSServiceName : " dynamodb.application-autoscaling.amazonaws.com"
1986
- Description : " AWS service role for application autoscaling DynamoDB"
1987
- Type : " AWS::IAM::ServiceLinkedRole"
1988
- {{- end }}
1989
1982
RemoteFilesEncryptionKey :
1990
1983
Type : " AWS::KMS::Key"
1991
1984
Properties :
Original file line number Diff line number Diff line change @@ -632,8 +632,6 @@ etcd_ami: {{ amiID "zalando-ubuntu-etcd-production-v3.5.9-amd64-main-27" "861068
632
632
etcd_ami : {{ amiID "zalando-ubuntu-etcd-production-v3.5.9-amd64-main-24" "861068367966"}}
633
633
{{end}}
634
634
635
- dynamodb_service_link_enabled : " false"
636
-
637
635
cluster_dns : " coredns"
638
636
coredns_log_svc_names : " true"
639
637
coredns_log_forward : " false"
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ clusters:
29
29
zmon_worker_replicas: '0'
30
30
node_pool_feature_enabled: "true"
31
31
enable_rbac: "true"
32
- dynamodb_service_link_enabled: "false"
33
32
skipper_ingress_refuse_payload: "refused-pattern-1[cf724afc]refused-pattern-2"
34
33
efs_id: ${EFS_ID}
35
34
webhook_id: ${INFRASTRUCTURE_ACCOUNT} :${REGION} :kube-aws-test
You can’t perform that action at this time.
0 commit comments