Skip to content

Commit e882df1

Browse files
authored
Merge pull request #8741 from zalando-incubator/account-name-deployment-service
Pass Account Name to to deployment-service
2 parents 6223e07 + b5328b0 commit e882df1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/manifests/deployment-service/01-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
namespace: kube-system
66
data:
77
aws-account-id: "{{accountID .Cluster.InfrastructureAccount}}"
8+
aws-account-name: "{{.Cluster.AccountName}}"
89
cluster-alias: "{{.Cluster.Alias}}"
910
cluster-vpc-id: "{{.Cluster.ConfigItems.vpc_id}}"
1011
scalyr-team-token: "{{.Cluster.ConfigItems.scalyr_team_token}}"

0 commit comments

Comments
 (0)