Skip to content

Commit b5328b0

Browse files
committed
Pass Account Name to to deployment-service
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 4a0a417 commit b5328b0

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)