Is there a way to provide helm deploy action with ...
# 🤖|ask-kapa
f
@microscopic-river-74022 Is there a way to provide helm deploy action with arbitrary cli flags? In particular, I'm trying to get
traefik
deployed without bundled crds. This is how you do it when installing the helm chart manually:
helm install traefik traefik/traefik --skip-crds
m
Please stand by @fresh-angle-76971 as I search the knowledge base. I normally take about 15 seconds or so. :wave:
---------------------- Based on the available knowledge sources, there is no documented way to provide arbitrary Helm CLI flags (such as
--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: ----------------------
message has been deleted