Fix controller_test format

This commit is contained in:
Waseem Hassan
2018-07-13 17:05:14 +05:00
parent 82bd2b55c5
commit 6d821cab7c

View File

@@ -171,11 +171,11 @@ func initDeployment(namespace string, deploymentName string) *v1beta1.Deployment
},
Spec: v1.PodSpec{
Containers: []v1.Container{
v1.Container{
{
Image: "tutum/hello-world",
Name: deploymentName,
Env: []v1.EnvVar{
v1.EnvVar{
{
Name: "BUCKET_NAME",
Value: "test",
},