Skip to content

Commit ac7d191

Browse files
add test
1 parent 264fe43 commit ac7d191

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.e2e/vcluster-resources.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,16 @@ spec:
4646
selector:
4747
matchLabels:
4848
app: example-app
49+
---
50+
apiVersion: monitoring.coreos.com/v1
51+
kind: PodMonitor
52+
metadata:
53+
name: pm-without-ns-selector
54+
namespace: default
55+
labels:
56+
team: frontend
57+
spec:
58+
namespaceSelector: {}
59+
selector:
60+
matchLabels:
61+
app: example-app

0 commit comments

Comments
 (0)