-
Notifications
You must be signed in to change notification settings - Fork 686
[Config]: standardize quoting style in Kubernetes manifests (#4353) #4359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[Config]: standardize quoting style in Kubernetes manifests (#4353) #4359
Conversation
|
Hi @DejusDevspace , thanks for your help! Could you also run a search using
|
|
Alright. I'll do that. Thank you |
| annotations: | ||
| gke-gcsfuse/volumes: "true" | ||
| gke-gcsfuse/cpu-limit: "0" | ||
| gke-gcsfuse/memory-limit: 5Gi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CheyuWu @DejusDevspace Shouldn't this also be in double quotes? Same for the next line as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think it should be. I went through an earlier PR that quoted resource values in sample kubernetes manifests, and I believe this should be the same case.
I'll work on that, too. Thanks for pointing it out.
ray-operator/config/samples/ray-data-image-resize/ray-data-image-resize-gcsfusecsi-job.yaml
Outdated
Show resolved
Hide resolved
|
@DejusDevspace Would be better to clean up the commit history by squashing the commits into a single one. |
74a6b11 to
0b7a897
Compare
|
@kash2104 Done. |
|
@DejusDevspace Just tick the test checkboxes in the PR description. |
Future-Outlier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tks
CheyuWu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@kash2104 Done. |
|
LGTM. |

Why are these changes needed?
This PR replaces remaining single-quoted string values in Kubernetes manifests with double quotes to align with the standardized quoting style introduced in #4353. No functional changes.
Related issue number
Closes #4353
Checks