-
Notifications
You must be signed in to change notification settings - Fork 888
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
Resources & Annotations: Map or String? #292
Comments
Thanks for the issue! It looks like our documentation is incorrect. |
I can confirm that removing the
How do we get rid of the warning? My overriding file looks like this:
and it templates out to this with
|
@issacg the docs for resources have been corrected. @oliviermichaelis that warning is because the default for |
Resolved by #309 and hashicorp/vault#8973 |
@tvoran has this being merged? can you please help here? i am still failing to install using the default values.yaml:
coalesce.go:195: warning: destination for resources is a table. Ignoring non-table value NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION |
Hi @maurya-m, yes it's been merged into master. That warning shouldn't be preventing the chart from installing, so I think something else must be going on here. The output from |
@tvoran , thanks for replying here! I was able to deploy, the vault with now with global with false value: |
According to the docs resources and annotations should be strings.
According to the defaults in values.yaml it seems that both should be maps. Indeed trying to follow the docs gives me the following output:
Are the docs wrong (outdated)? Or am I possibly doing something wrong?
I have an overrides file with snippets like these:
The text was updated successfully, but these errors were encountered: