We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0551a98 commit 7a79acfCopy full SHA for 7a79acf
internal/manifests/collector/container_test.go
@@ -873,6 +873,8 @@ func TestContainerWithCertManagerAvailable(t *testing.T) {
873
874
flgs := featuregate.Flags(colfg.GlobalRegistry())
875
err := flgs.Parse([]string{"--feature-gates=operator.targetallocator.mtls"})
876
+ otelcol.Spec.TargetAllocator.Enabled = true
877
+
878
require.NoError(t, err)
879
880
// test
internal/manifests/collector/volume_test.go
@@ -106,6 +106,7 @@ func TestVolumeWithTargetAllocatorMTLS(t *testing.T) {
106
107
108
109
110
111
112
volumes := Volumes(cfg, otelcol)
0 commit comments