We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd75b22 commit e01a464Copy full SHA for e01a464
charts/gitops-runtime/values.yaml
@@ -207,6 +207,18 @@ argo-workflows:
207
crds:
208
# -- Install and upgrade CRDs
209
install: true
210
+ # executor controls how the init and wait container should be customized
211
+ executor:
212
+ resources:
213
+ limits:
214
+ ephemeral-storage: 50Mi
215
+ requests:
216
+ ephemeral-storage: 10Mi
217
+ # mainContainer adds default config for main container that could be overriden in workflows template
218
+ mainContainer:
219
220
221
222
223
#-----------------------------------------------------------------------------------------------------------------------
224
# Argo rollouts
0 commit comments