Skip to content

Commit f6da150

Browse files
committed
f
1 parent 7183b67 commit f6da150

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/operator-controller/rukpak/render/registryv1/generators/generators.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func BundleCSVDeploymentGenerator(rv1 *bundle.RegistryV1, opts render.Options) (
7676
if opts.Proxy != nil {
7777
deploymentOpts = append(
7878
deploymentOpts,
79-
WithProxy(opts.Proxy.HttpProxy, opts.Proxy.HttpsProxy, opts.Proxy.NoProxy),
79+
WithProxy(opts.Proxy.HTTPProxy, opts.Proxy.HTTPSProxy, opts.Proxy.NoProxy),
8080
)
8181
}
8282
deploymentResource := CreateDeploymentResource(

internal/operator-controller/rukpak/render/render.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func (r ResourceGenerators) ResourceGenerator() ResourceGenerator {
5757
type UniqueNameGenerator func(string, interface{}) (string, error)
5858

5959
type Proxy struct {
60-
HttpProxy, HttpsProxy, NoProxy string
60+
HTTPProxy, HTTPSProxy, NoProxy string
6161
}
6262

6363
type Options struct {

0 commit comments

Comments
 (0)