We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88cb012 commit fe3548fCopy full SHA for fe3548f
internal/pkg/composable/providers/kubernetes/pod_test.go
@@ -385,11 +385,11 @@ func TestGenerateHints(t *testing.T) {
385
"foo": "bar",
386
},
387
Annotations: map[string]string{
388
- "app": "production",
389
- "co.elastic.hints/host": "${kubernetes.pod.ip}:6379",
390
- "co.elastic.hints/package": "redis",
391
- "co.elastic.hints/metricspath": "/metrics",
392
- "co.elastic.hints/period": "42s",
+ "app": "production",
+ "co.elastic.hints/host": "${kubernetes.pod.ip}:6379",
+ "co.elastic.hints/package": "redis",
+ "co.elastic.hints/metricssssssspath": "/metrics",
+ "co.elastic.hints/period": "42s",
393
394
395
TypeMeta: metav1.TypeMeta{
0 commit comments