Skip to content

Commit

Permalink
fix: Added custom resources to host to pro check
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 committed Oct 15, 2024
1 parent d524065 commit b6657f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,10 @@ func (c *Config) IsProFeatureEnabled() bool {
return true
}

if len(c.Sync.ToHost.CustomResources) > 0 {
return true
}

return false
}

Expand Down

0 comments on commit b6657f2

Please sign in to comment.