Skip to content

Commit

Permalink
Add SERVICEACCOUNT_CLIENT_EMAIL as [email protected] by default
Browse files Browse the repository at this point in the history
Signed-off-by: Drumil Patel <[email protected]>
  • Loading branch information
weastel committed Sep 3, 2020
1 parent 3dfc2ae commit 44870e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ func NewDeploymentResource() *DeploymentResource {
DeploymentFiles: []string{},
FlagDeploymentVars: map[string]string{},
DefaultDeploymentVars: map[string]string{
"NGINX_SERVICE_TYPE": "LoadBalancer",
"LOADGEN_SCALE_UP_REPLICAS": "10",
"SEPARATOR": ",",
"NGINX_SERVICE_TYPE": "LoadBalancer",
"LOADGEN_SCALE_UP_REPLICAS": "10",
"SEPARATOR": ",",
"SERVICEACCOUNT_CLIENT_EMAIL": "[email protected]",
},
}
}
Expand Down

0 comments on commit 44870e4

Please sign in to comment.