fresh-angle-76971
10/17/2025, 9:50 AMtraefik deployed without bundled crds. This is how you do it when installing the helm chart manually: helm install traefik traefik/traefik --skip-crdsmicroscopic-river-74022
10/17/2025, 9:50 AMmicroscopic-river-74022
10/17/2025, 9:50 AM--skip-crds) directly to a Garden Helm deploy action. The documentation describes how to provide values to the Helm chart using the spec.values field or value files, but it does not mention support for passing arbitrary CLI flags to the underlying Helm command. The configuration options focus on chart selection, values, and value files, not on low-level Helm CLI arguments like --skip-crds [Providing values to the Helm chart]().
If you need to skip CRD installation for the Traefik chart, you may need to look for a chart-specific value or configuration that disables CRD installation, as some charts provide this as a value. However, the ability to pass --skip-crds directly is not documented in the Garden Helm deploy action configuration.
I'm sorry, but the knowledge sources do not contain enough information to confirm a way to pass arbitrary Helm CLI flags like --skip-crds to a Helm deploy action in Garden.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------microscopic-river-74022
10/17/2025, 9:50 AM