SantanM
01/17/2025, 9:33 AMError: parse error at (prefect-worker/charts/common/templates/_resources.tpl:15): unclosed action
Marvin
01/17/2025, 9:33 AMprefect-worker/charts/common/templates/_resources.tpl
around line 15 for any unclosed braces ({{
or }}
) or other syntax issues.
2. Validate YAML: Ensure that the YAML syntax is correct in your Helm chart. Use a YAML validator to catch any syntax errors.
3. Update Helm Charts: Make sure you are using the latest version of the Prefect Helm chart. Sometimes, issues are fixed in newer releases.
4. Check Dependencies: If the chart depends on other charts, ensure that all dependencies are correctly installed and up-to-date.
If you continue to face the issue, consider reaching out to the Prefect community or checking the Prefect Slack for more specific guidance.Edward Park
01/17/2025, 8:35 PMSantanM
01/18/2025, 12:38 PMEdward Park
01/21/2025, 4:40 PMSantanM
01/22/2025, 1:32 AMEdward Park
01/22/2025, 9:10 PMEdward Park
01/23/2025, 1:13 AM