You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the below with kustomize + helm, I get the error:
time="2024-06-26T02:18:44Z" level=info msg="Starting Kargo Render Action" commit=2248e73dfa633d768d0ac528c8da16d153cfb6f6 version=v0.1.0-rc.40
time="2024-06-26T02:19:03Z" level=fatal msg="error writing manifests for app \"prometheus\" to \"/tmp/repo-293497742/repo/manifests/prometheus\": error unmarshaling resource: error converting YAML to JSON: yaml: line 5: mapping values are not allowed in this context"
As a workaround, if I disable the includeCRDs: true then kargo-render will at least run (but then it won't include up-to-date CRD's for ArgoCD). I have tried with no values.yaml overrides from chart defaults to verify that it is not my settings that are an issue.
Have the same experience with rendering certmanager chart as part of our Umbrella chart.
As a workaround just add combineManifests: true param. That solves the issue for me.
With that all manifest are kept (no remove of CRDs required). The drawback is however, that you end up with one big file in the stage branch.
Have the same experience with rendering certmanager chart as part of our Umbrella chart.
As a workaround just add combineManifests: true param. That solves the issue for me. With that all manifest are kept (no remove of CRDs required). The drawback is however, that you end up with one big file in the stage branch.
@dan1el-k kudos to you for finding that workaround, it works for me as well!
When using the below with kustomize + helm, I get the error:
As a workaround, if I disable the
includeCRDs: true
then kargo-render will at least run (but then it won't include up-to-date CRD's for ArgoCD). I have tried with no values.yaml overrides from chart defaults to verify that it is not my settings that are an issue.Here's my
helmChart.yaml
:Here's the relevant
kargo-render.yaml
snippet:The text was updated successfully, but these errors were encountered: