argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.11k stars 3.21k forks source link

feat: `ARGO_TEMPLATE` env var without `inputs.parameters` #13742

Closed tooptoop4 closed 1 month ago

tooptoop4 commented 1 month ago

Fixes https://github.com/argoproj/argo-workflows/issues/8790

Motivation

reduce etcd growth

Modifications

has env variable to maintain existing functionality for some users

juliev0 commented 1 month ago

Did you test it with both environment variable set "false" and unset?

juliev0 commented 1 month ago

As a follow up to your various changes, would you be able to add to the docs the various ways that somebody can reduce their overall Pod size, including through offloading to a configmap?

tooptoop4 commented 1 month ago

Did you test it with both environment variable set "false" and unset?

yes

As a follow up to your various changes, would you be able to add to the docs the various ways that somebody can reduce their overall Pod size, including through offloading to a configmap?

i can raise a follow up docs pr