Skip to content

Commit 0783336

Browse files
committed
Add SERVICEACCOUNT_CLIENT_EMAIL as empty string by default
Signed-off-by: Drumil Patel <[email protected]>
1 parent a738c20 commit 0783336

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/provider/provider.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ func NewDeploymentResource() *DeploymentResource {
4848
DeploymentFiles: []string{},
4949
FlagDeploymentVars: map[string]string{},
5050
DefaultDeploymentVars: map[string]string{
51-
"SEPARATOR": ",",
52-
"NGINX_SERVICE_TYPE": "LoadBalancer",
51+
"SEPARATOR": ",",
52+
"SERVICEACCOUNT_CLIENT_EMAIL": "",
53+
"NGINX_SERVICE_TYPE": "LoadBalancer",
5354
},
5455
}
5556
}

0 commit comments

Comments
 (0)