-
Notifications
You must be signed in to change notification settings - Fork 170
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
When specifying values in the Helm chart, the installation fails. #471
Comments
Hi @YusukeSugiyamaTG, yes, it seems the schema file is incorrect after all 😞 It was added on the request for the specific use case and locally it seemed to work, AFAIR. Thanks for the report! I'll need to look into this, perhaps even remove the schema file completely if it causes such problems. Meanwhile, I believe you can just switch off the schema step with |
The quickest way to repeat this (without ArgoCD): install Helm as per instructions, providing |
Hi @yorugac , thank you very much for your response. As you suggested, I will try using the |
Fix for tolerations was merged. And a new Helm release was just made: |
@yorugac Thank you!! 😄 |
Brief summary
When using Argo CD and Helm chart for installation, specifying tolerations and affinity as follows will cause an error.
Error details
I think that
values.schema.json
was added with this upgrade.735f875#diff-5b1691e101964ac9ed5929dabe795fa6d9a722e062c88d3245e23a06b76a6317R5
Here, the
additionalProperties
ofaffinity
is set tofalse
, so it seems that additional elements cannot be specified inaffinity
.Regarding
tolerations
, it seems to be a pure type error.k6-operator version or image
0.0.17
Helm chart version (if applicable)
3.9.0
TestRun / PrivateLoadZone YAML
This does not apply in this case.
Other environment details (if applicable)
No response
Steps to reproduce the problem
The following definition and execution in the
application.yaml
file of Argo CD will cause an error.Expected behaviour
Using the
application.yaml
mentioned above, I expect that the installation will be completed successfully with Argo CD and Helm chart.Actual behaviour
As mentioned above, the following error occurs.
Error details
The text was updated successfully, but these errors were encountered: