🐛 Pass the license string

This commit is contained in:
M. Mert Yildiran
2023-05-04 21:18:34 +03:00
parent 2563cc1922
commit fab0f713ed

View File

@@ -250,7 +250,7 @@ func (provider *Provider) BuildHubPod(opts *PodOptions) (*core.Pod, error) {
},
{
Name: "LICENSE",
Value: "",
Value: config.Config.License,
},
{
Name: "SCRIPTING_ENV",