File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -788,6 +788,7 @@ func TestOpenTelemetryCollectorReconciler_RemoveDisabled(t *testing.T) {
788788 cfg := config.Config {
789789 CollectorImage : "default-collector" ,
790790 TargetAllocatorImage : "default-ta-allocator" ,
791+ CollectorConfigMapEntry : "collector.yaml" ,
791792 OpenShiftRoutesAvailability : openshift .RoutesAvailable ,
792793 PrometheusCRAvailability : prometheus .Available ,
793794 }
@@ -904,6 +905,7 @@ func TestOpenTelemetryCollectorReconciler_VersionedConfigMaps(t *testing.T) {
904905 cfg := config.Config {
905906 CollectorImage : "default-collector" ,
906907 TargetAllocatorImage : "default-ta-allocator" ,
908+ CollectorConfigMapEntry : "collector.yaml" ,
907909 OpenShiftRoutesAvailability : openshift .RoutesAvailable ,
908910 }
909911 reconciler := createTestReconciler (t , testCtx , cfg )
You can’t perform that action at this time.
0 commit comments