Toby Jackson
Toby Jackson
Can this PR be reopened? I belive the changes to the list() requests will solve this issue; > /app/onyx/connectors/gitlab/connector.py:184: UserWarning: Calling a list() method without specifying get_all=True or iterator=True will...
I ran into this problem, but it's a side-effect of Helm's specific design and not a bug persay. Helm explicitly does not support templating in CRD resources. https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#:~:text=This%20is%20also%20the%20reason%20behind%20removing%20templating%20support%20from%20CRDs.