Skip to content

Commit 6a9ad78

Browse files
authored
Update preflight e2e test (#1187)
Replace the `run` collector (deprecated) with `runPod`.
1 parent 830e357 commit 6a9ad78

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

examples/preflight/e2e.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ spec:
77
- data:
88
name: config/replicas.txt
99
data: "5"
10-
- run:
10+
- runPod:
1111
collectorName: "static-hi"
12-
image: 'alpine:3'
13-
command: ["echo", "hi static!"]
12+
podSpec:
13+
containers:
14+
- name: static-hi
15+
image: alpine:3
16+
command: ["echo", "hi static!"]
1417
analyzers:
1518
- clusterVersion:
1619
outcomes:

0 commit comments

Comments
 (0)