controller_configuration
controller_configuration copied to clipboard
Wrong default value for workflow_job_templates limit
https://github.com/redhat-cop/controller_configuration/blob/devel/roles/workflow_job_templates/tasks/main.yml#L13
Default value set for workflow templates limit is 0, but I think this should be empty string.
it should match this as empty string, yes https://github.com/redhat-cop/controller_configuration/blob/a79f987765ae7d6ba5763c6d45c56ea7d325ec3f/roles/job_templates/tasks/main.yml#L17C145-L17C145
Funnily enough the job template api/v2/job_templates OPTIONS lists it as "", however workflow_job_template OPTIONS lists it as null.
This issue should be resolved as the #729 had been merged, shouldn't it?