diff --git a/kubeflow/apps/pipeline/upstream/third-party/argo/base/workflow-controller-configmap-patch.yaml b/kubeflow/apps/pipeline/upstream/third-party/argo/base/workflow-controller-configmap-patch.yaml index 782e2c6..05df566 100644 --- a/kubeflow/apps/pipeline/upstream/third-party/argo/base/workflow-controller-configmap-patch.yaml +++ b/kubeflow/apps/pipeline/upstream/third-party/argo/base/workflow-controller-configmap-patch.yaml @@ -36,3 +36,11 @@ data: key: secretkey executor: | imagePullPolicy: IfNotPresent + resources: + requests: + cpu: 0.01 + memory: 32Mi + limits: + cpu: 0.5 + memory: 512Mi +