Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Janario Oliveira <[email protected]>
  • Loading branch information
janario committed May 10, 2024
1 parent 88fcb72 commit dbeb0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/v1alpha1/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func tov1beta1(in OpenTelemetryCollector) (v1beta1.OpenTelemetryCollector, error
Termination: v1beta1.TLSRouteTerminationType(copy.Spec.Ingress.Route.Termination),
},
},
LivenessProbe: tov1beta1Probe(copy.Spec.LivenessProbe),
LivenessProbe: tov1beta1Probe(copy.Spec.LivenessProbe),
ReadinessProbe: tov1beta1Probe(copy.Spec.ReadinessProbe),
Observability: v1beta1.ObservabilitySpec{
Metrics: v1beta1.MetricsConfigSpec{
Expand Down
2 changes: 1 addition & 1 deletion internal/manifests/collector/container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ func TestContainerProbeEmptyConfig(t *testing.T) {
health_check:
service:
extensions: [health_check]`),
LivenessProbe: &v1beta1.Probe{},
LivenessProbe: &v1beta1.Probe{},
ReadinessProbe: &v1beta1.Probe{},
},
}
Expand Down

0 comments on commit dbeb0ce

Please sign in to comment.