Skip to content

Commit

Permalink
Fix nil return in ConfigMap create
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <[email protected]>
  • Loading branch information
wallyqs committed Jun 8, 2018
1 parent 88f19bc commit fb2847b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func CreateConfigMap(kubecli corev1client.CoreV1Interface, clusterName, ns strin
return err
}

return err
return nil
}

// UpdateConfigMap applies the new configuration of the cluster,
Expand Down

0 comments on commit fb2847b

Please sign in to comment.