Open stdmje opened 2 years ago
I am also struggling to set the nodeSelector in the helm deployment.
I'd be happy to add to the documentation an example of how to set values through the settings object as it is a bit vague at the moment but I'm fairly convinced that it cannot do what I need so I'm following this bug .
Issue could lead me to abandoning this module and rolling my own as this functionality is essential for my use case.
Edit:
Solved Sorted it out with some good old fashion bruit force permutation. Convinced this is just a documentation issue now. Adding my solution here for posterity until I can get a pull request up for the documentation.
Setting the Controller nodeSelector
settings = {
"controller" = {
"nodeSelector" = {
"deployment" = "dev"
}
}
}
or using the kubernetes example
settings = {
"controller" = {
"nodeSelector" = {
"disktype" = "ssd"
}
}
}
Contact Details (optional)
No response
Description. What happened?
When trying to pass values using settings i got an error.
Steps to reproduce
Expected behavior
No response
Actual behavior
Occurrence
Frequently
Relevant log output
No response
Code of Conduct