File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
components/buildless-serverless/internal/config Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11package config
22
33import (
4+ "os"
5+ "path/filepath"
6+ "time"
7+
48 "github.com/pkg/errors"
59 "github.com/vrischmann/envconfig"
610 "gopkg.in/yaml.v2"
711 corev1 "k8s.io/api/core/v1"
812 "k8s.io/apimachinery/pkg/api/resource"
9- "os"
10- "path/filepath"
11- "time"
1213)
1314
1415type FunctionConfig struct {
@@ -43,7 +44,7 @@ func defaultFunctionConfig() FunctionConfig {
4344 },
4445 RequeueDuration : time .Minute ,
4546 FunctionReadyRequeueDuration : time .Minute * 5 ,
46- PackageRegistryConfigSecretName : "buildless- serverless-package-registry-config" ,
47+ PackageRegistryConfigSecretName : "serverless-package-registry-config" ,
4748 FunctionPublisherProxyAddress : "http://eventing-publisher-proxy.kyma-system.svc.cluster.local/publish" ,
4849 InternalEndpointPort : ":12137" ,
4950 }
You can’t perform that action at this time.
0 commit comments