mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-02 09:07:56 +00:00
🐛 Pass the license string
This commit is contained in:
parent
2563cc1922
commit
fab0f713ed
@ -250,7 +250,7 @@ func (provider *Provider) BuildHubPod(opts *PodOptions) (*core.Pod, error) {
|
||||
},
|
||||
{
|
||||
Name: "LICENSE",
|
||||
Value: "",
|
||||
Value: config.Config.License,
|
||||
},
|
||||
{
|
||||
Name: "SCRIPTING_ENV",
|
||||
|
Loading…
Reference in New Issue
Block a user