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

Silence nil value warning in helm3 #5484

Merged
merged 1 commit into from
Dec 1, 2019
Merged

Silence nil value warning in helm3 #5484

merged 1 commit into from
Dec 1, 2019

Conversation

morgo
Copy link
Contributor

@morgo morgo commented Nov 28, 2019

Fixes #5464

Helm 3 complained when these values were commented out.

It works now, with only a warning:

coalesce.go:196: warning: cannot overwrite table with non table for resources (map[requests:map[cpu:200m memory:100Mi]])

I am going to propose we update the website with an interim fix: vitessio/website#368 -- I will then look at Kubernetes 1.16, which looks like more work.

Signed-off-by: Morgan Tocker tocker@gmail.com

Signed-off-by: Morgan Tocker <tocker@gmail.com>
@@ -33,43 +33,43 @@ config:

# choose a backup service - valid values are gcs/s3
# TODO: add file and ceph support
# backup_storage_implementation: gcs
Copy link
Contributor

Choose a reason for hiding this comment

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

This is going to change the default behavior to be gcs by default. I would prefer if by default we just didn't configure backups.

Copy link
Contributor

@dkhenry dkhenry left a comment

Choose a reason for hiding this comment

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

I would prefer if we just had the default remain no backups, if that's not possible this is a fine second choice

@sougou sougou merged commit 3a391b7 into master Dec 1, 2019
@morgo morgo deleted the morgo-helm3 branch December 19, 2019 20:24
systay pushed a commit that referenced this pull request Jul 22, 2024
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
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.

helm charts do not work with helm 3.0
3 participants