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

fix: default value types don't match real type #255

Closed
wants to merge 1 commit into from
Closed

fix: default value types don't match real type #255

wants to merge 1 commit into from

Conversation

nesl247
Copy link

@nesl247 nesl247 commented Apr 9, 2020

This fixes the default values for several of the fields. There may be other cases, but these are the ones I know of.

The default values were the wrong type, so helm would complain about overriding them with a different type.

This should be fully and properly resolved with another PR for #55, but this will resolve peoples errors immediately.

@hashicorp-cla
Copy link

hashicorp-cla commented Apr 9, 2020

CLA assistant check
All committers have signed the CLA.

@pcman312 pcman312 added bug Something isn't working chart Area: helm chart labels Apr 13, 2020
@tvoran tvoran self-requested a review April 27, 2020 15:52
@tvoran
Copy link
Member

tvoran commented Apr 28, 2020

Thanks, but we're going to leave the default for annotations as {} for now, since annotations in the chart now accept either YAML directly or YAML-formatted strings (as of #272).

@tvoran tvoran closed this Apr 28, 2020
@nesl247 nesl247 deleted the patch-1 branch April 28, 2020 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chart Area: helm chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants