We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d07ef0 commit 05a3317Copy full SHA for 05a3317
csdp/base/kustomization.yaml
@@ -11,4 +11,4 @@ configMapGenerator:
11
- name: codefresh-cm
12
behavior: create
13
literals:
14
- - version=0.0.437
+ - version=0.0.438
csdp/managed/argo-workflows/kustomization.yaml
@@ -2,3 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
resources:
4
- ../../base/argo-workflows
5
+
6
+configMapGenerator:
7
+ # Holds the weight for workflow semaphores to configure their concurrency.
8
+ # We restrict concurrency only for managed runtimes.
9
+ - name: workflow-synchronization-semaphores
10
+ behavior: create
+ literals:
+ - imageReportExecutor=2
0 commit comments