Skip to content

Commit 02ac709

Browse files
committed
cleanup from botched whitespace merge in rebase
1 parent 63e6dc6 commit 02ac709

File tree

4 files changed

+291
-291
lines changed

4 files changed

+291
-291
lines changed

src/codeflare_sdk/templates/base-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
- podSets:
99
- replicas: 1
1010
path: template.spec.headGroupSpec.template
11-
- replicas: 3
11+
- replicas: 3
1212
path: template.spec.workerGroupSpecs[0].template
1313
template:
1414
# This config demonstrates KubeRay's Ray autoscaler integration.

tests/test-case.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ spec:
77
components:
88
- podSets:
99
- path: template.spec.headGroupSpec.template
10-
replicas: 1
10+
replicas: 1
1111
- path: template.spec.workerGroupSpecs[0].template
12-
replicas: 2
12+
replicas: 2
1313
template:
1414
apiVersion: ray.io/v1
1515
kind: RayCluster

tests/test-default-appwrapper.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ spec:
77
components:
88
- podSets:
99
- path: template.spec.headGroupSpec.template
10-
replicas: 1
10+
replicas: 1
1111
- path: template.spec.workerGroupSpecs[0].template
12-
replicas: 1
12+
replicas: 1
1313
template:
1414
apiVersion: ray.io/v1
1515
kind: RayCluster

0 commit comments

Comments
 (0)