use app config value

This commit is contained in:
Nikola Jokic
2026-03-11 17:54:37 +01:00
parent 71738acfef
commit 00393274fb
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ func (m *Scaleset) GetClientFor(ctx context.Context, opts *ClientForOptions) (Cl
type ClientForOptions struct {
GithubConfigURL string
AppConfig *appconfig.AppConfig
AppConfig appconfig.AppConfig
Namespace string
RootCAs *x509.CertPool
ProxyFunc func(*http.Request) (*url.URL, error)