Skip to content

Conversation

@DejusDevspace
Copy link

@DejusDevspace DejusDevspace commented Jan 8, 2026

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

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

@CheyuWu CheyuWu self-requested a review January 9, 2026 15:29
@CheyuWu
Copy link
Collaborator

CheyuWu commented Jan 9, 2026

Hi @DejusDevspace , thanks for your help!

Could you also run a search using \s*'[^']*' scoped to **/*.yaml?
I still noticed a few remaining single-quoted values.

image

@DejusDevspace
Copy link
Author

Alright. I'll do that. Thank you

annotations:
gke-gcsfuse/volumes: "true"
gke-gcsfuse/cpu-limit: "0"
gke-gcsfuse/memory-limit: 5Gi
Copy link
Contributor

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.

Copy link
Author

@DejusDevspace DejusDevspace Jan 10, 2026

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.

@kash2104
Copy link
Contributor

@DejusDevspace Would be better to clean up the commit history by squashing the commits into a single one.

@DejusDevspace DejusDevspace force-pushed the refactor/kubernetes-manifests branch from 74a6b11 to 0b7a897 Compare January 11, 2026 19:01
@DejusDevspace
Copy link
Author

@kash2104 Done.

@kash2104
Copy link
Contributor

@DejusDevspace Just tick the test checkboxes in the PR description.

Copy link
Member

@Future-Outlier Future-Outlier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tks

Copy link
Collaborator

@CheyuWu CheyuWu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DejusDevspace
Copy link
Author

@kash2104 Done.

@kash2104
Copy link
Contributor

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Config] Standardize quoting style in Kubernetes manifests

4 participants