Skip to content

Commit

Permalink
Add SERVICEACCOUNT_CLIENT_EMAIL as empty string 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 Aug 30, 2020
1 parent a738c20 commit 0783336
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ func NewDeploymentResource() *DeploymentResource {
DeploymentFiles: []string{},
FlagDeploymentVars: map[string]string{},
DefaultDeploymentVars: map[string]string{
"SEPARATOR": ",",
"NGINX_SERVICE_TYPE": "LoadBalancer",
"SEPARATOR": ",",
"SERVICEACCOUNT_CLIENT_EMAIL": "",
"NGINX_SERVICE_TYPE": "LoadBalancer",
},
}
}
Expand Down

0 comments on commit 0783336

Please sign in to comment.