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

readme values and Helm template don't match #645

Open
larsgerber opened this issue Feb 7, 2025 · 0 comments
Open

readme values and Helm template don't match #645

larsgerber opened this issue Feb 7, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@larsgerber
Copy link

Bug description

I have found some values in the readme file that do not work because they are not correctly referenced in the template.

example 1

| global.jobs.certs.annotations | object | `{}` | Annotations to add to the certgen job. |

{{- with .Values.global.jobs.annotations }}

example 2

| global.jobs.certs.priorityClassName | string | `""` | Set a pod priorityClassName |

{{- with $Values.priorityClassName }}

The other job is templated as expected.

| global.jobs.kubectl.priorityClassName | string | `""` | Set a pod priorityClassName |

{{- with .Values.global.jobs.kubectl.priorityClassName }}

How to reproduce

Visit the provided links and compare the path.

Expected behavior

The values from the readme file and the Helm template match, so that the expected output is generated.

Maybe there are more issues. If you want, I can create a PR for this change next week.

@larsgerber larsgerber added the bug Something isn't working label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant