Skip to content

Commit db42cc5

Browse files
win5923davidxia
andauthored
Chore: fix indentation issues in RayJob sample YAML (#3874)
Signed-off-by: win5923 <[email protected]> Signed-off-by: Jun-Hao Wan <[email protected]> Co-authored-by: David Xia <[email protected]>
1 parent 13df016 commit db42cc5

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

ray-operator/config/samples/ray-job.sample.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,18 @@ spec:
9595
cpu: "1"
9696
requests:
9797
cpu: "200m"
98-
# SubmitterPodTemplate is the template for the pod that will run the `ray job submit` command against the RayCluster.
99-
# If SubmitterPodTemplate is specified, the first container is assumed to be the submitter container.
100-
# submitterPodTemplate:
101-
# spec:
102-
# restartPolicy: Never
103-
# containers:
104-
# - name: my-custom-rayjob-submitter-pod
105-
# image: rayproject/ray:2.46.0
106-
# # If Command is not specified, the correct command will be supplied at runtime using the RayJob spec `entrypoint` field.
107-
# # Specifying Command is not recommended.
108-
# # command: ["sh", "-c", "ray job submit --address=http://$RAY_DASHBOARD_ADDRESS --submission-id=$RAY_JOB_SUBMISSION_ID -- echo hello world"]
98+
99+
# SubmitterPodTemplate is the template for the pod that will run the `ray job submit` command against the RayCluster.
100+
# If SubmitterPodTemplate is specified, the first container is assumed to be the submitter container.
101+
# submitterPodTemplate:
102+
# spec:
103+
# restartPolicy: Never
104+
# containers:
105+
# - name: my-custom-rayjob-submitter-pod
106+
# image: rayproject/ray:2.46.0
107+
# # If Command is not specified, the correct command will be supplied at runtime using the RayJob spec `entrypoint` field.
108+
# # Specifying Command is not recommended.
109+
# # command: ["sh", "-c", "ray job submit --address=http://$RAY_DASHBOARD_ADDRESS --submission-id=$RAY_JOB_SUBMISSION_ID -- echo hello world"]
109110

110111

111112
######################Ray code sample#################################

0 commit comments

Comments
 (0)