You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Brief summary
The
fullnameOverride
andnameOverride
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 avalues.yaml
file and runhelm template
Expected behaviour
Manifests get rendered without error.
Actual behaviour
helm fails to render and shows this error:
The text was updated successfully, but these errors were encountered: