Skip to content

Commit e6beb15

Browse files
scotwellsclaude
andcommitted
fix: use unique target resource in SSA e2e test
Avoid conflict with other tests that use the same targetResource by using a dedicated API group for the SSA test. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5977fec commit e6beb15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/server-side-apply/chainsaw-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
name: test-ssa-policy
2828
spec:
2929
targetResource:
30-
group: "contacts.miloapis.com"
30+
group: "ssa-test.miloapis.com"
3131
version: v1
3232
kind: Contact
3333
conditions:
@@ -53,7 +53,7 @@ spec:
5353
name: test-ssa-policy
5454
spec:
5555
targetResource:
56-
group: "contacts.miloapis.com"
56+
group: "ssa-test.miloapis.com"
5757
version: v1
5858
kind: Contact
5959
fields:
@@ -77,7 +77,7 @@ spec:
7777
name: test-ssa-policy
7878
spec:
7979
targetResource:
80-
group: "contacts.miloapis.com"
80+
group: "ssa-test.miloapis.com"
8181
version: v1
8282
kind: Contact
8383
conditions:

0 commit comments

Comments
 (0)