Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ray-operator/config/samples/ray-cluster.auth-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- name: RAY_AUTH_MODE
value: token
# You can create the secret manually with the following command:
# kubectl create secret generic ray-cluster-with-manual-auth --from-literal=auth_token='raycluster_secret' -n default
# kubectl create secret generic ray-cluster-with-auth --from-literal=auth_token='raycluster_secret' -n default
# And then use the following valueFrom to reference the secret:
- name: RAY_AUTH_TOKEN
valueFrom:
Expand Down
Loading