diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 41a4d1b4..7eba7e7d 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -207,6 +207,18 @@ argo-workflows: crds: # -- Install and upgrade CRDs install: true + # executor controls how the init and wait container should be customized + executor: + resources: + limits: + ephemeral-storage: 50Mi + requests: + ephemeral-storage: 10Mi + # mainContainer adds default config for main container that could be overriden in workflows template + mainContainer: + resources: + requests: + ephemeral-storage: 10Mi #----------------------------------------------------------------------------------------------------------------------- # Argo rollouts