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

Helm chart values issue #16

Open
devevarde opened this issue Jun 26, 2023 · 1 comment
Open

Helm chart values issue #16

devevarde opened this issue Jun 26, 2023 · 1 comment

Comments

@devevarde
Copy link

Hi

When I am installing helm I found there is some values in chart resources not using the right variables in Values.yaml, for example in pvc-models.yaml

{{- if .Values.models.persistence.enabled }}

it should be

{{- if .Values.models.persistence.pvc.enabled }}

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

No branches or pull requests

2 participants