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] fullnameOverride and nameOverride missing from schema #515

Open
etiennep opened this issue Jan 13, 2025 · 0 comments
Open

[helm chart] fullnameOverride and nameOverride missing from schema #515

etiennep opened this issue Jan 13, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@etiennep
Copy link

Brief summary

The fullnameOverride and nameOverride which were previously available to use in the helm chart have been omitted from the values.schema.json which causes helm to fail when these values are configured. They are still referenced in the helper functions, which tells me this is an omission.

k6-operator version or image

0.0.18

Helm chart version (if applicable)

3.10.1

TestRun / PrivateLoadZone YAML

N/A

Other environment details (if applicable)

No response

Steps to reproduce the problem

Set the fullnameOverride value in a values.yaml file and run helm template

Expected behaviour

Manifests get rendered without error.

Actual behaviour

helm fails to render and shows this error:

Rendering the chart to ../../../build/k6-operator-manifests.yaml
Error: values don't meet the specifications of the schema(s) in the following chart(s):
k6-operator:
- (root): Additional property fullnameOverride is not allowed
@etiennep etiennep added the bug Something isn't working label Jan 13, 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