Skip to content
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

[PFS-242] Fix issues that prevent gocdk from being disabled. #10013

Merged
merged 1 commit into from
May 2, 2024

Conversation

FahadBSyed
Copy link
Contributor

It turns out that the default function in Helm doesn't work as expected for boolean types (which you would expect it to work for at the bare minimum), but this is because of a technicality in Helm's design: helm/helm#3308

Also, we had to add code to handle legacy storage configuration in the new StorageEnv code for the storage service.

It turns out that the `default` function in Helm doesn't work as
expected for `boolean` types (which you would expect it to work for at
the bare minimum), but this is because of a technicality in Helm's
design: helm/helm#3308

Also, we had to add code to handle legacy storage configuration in the
new StorageEnv code for the storage service.
@FahadBSyed FahadBSyed changed the title [PFS-242] Fix issues that prevent gocdk from being disabled. (#10005) [PFS-242] Fix issues that prevent gocdk from being disabled. May 2, 2024
@FahadBSyed FahadBSyed merged commit 82baa9c into 2.10.x May 2, 2024
19 of 20 checks passed
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.

None yet

2 participants