Skip to content

Commit 7037ff1

Browse files
author
Martin Linkhorst
committed
add the cluster's provider to deployment-config
1 parent 5d132ec commit 7037ff1

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
@@ -7,6 +7,7 @@ data:
77
aws-account-id: "{{accountID .Cluster.InfrastructureAccount}}"
88
aws-account-name: "{{.Cluster.AccountName}}"
99
cluster-alias: "{{.Cluster.Alias}}"
10+
cluster-provider: "{{.Cluster.Provider}}"
1011
cluster-vpc-id: "{{.Cluster.ConfigItems.vpc_id}}"
1112
scalyr-team-token: "{{.Cluster.ConfigItems.scalyr_team_token}}"
1213
create-namespaces: "true"

0 commit comments

Comments
 (0)