Skip to content

Commit

Permalink
Merge pull request #212 from joselsegura/fix_default_endpoint
Browse files Browse the repository at this point in the history
Fix error in default Smart proxy report endpoint
  • Loading branch information
openshift-merge-robot authored Oct 13, 2020
2 parents 94bb271 + 58af48e commit adf9b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewOperator() *cobra.Command {
StoragePath: "/var/lib/insights-operator",
Interval: 10 * time.Minute,
Endpoint: "https://cloud.redhat.com/api/ingress/v1/upload",
ReportEndpoint: "https://cloud.redhat.com/api/insights-results-aggregator/v1/cluster/%s/report",
ReportEndpoint: "https://cloud.redhat.com/api/insights-results-aggregator/v1/clusters/%s/report",
ReportPullingDelay: 60 * time.Second,
ReportMinRetryTime: 10 * time.Second,
ReportPullingTimeout: 30 * time.Minute,
Expand Down

0 comments on commit adf9b28

Please sign in to comment.