Skip to content

Commit 05a3317

Browse files
add semaphore CM (#22)
* add semaphore CM * add comment
1 parent 9d07ef0 commit 05a3317

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

csdp/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ configMapGenerator:
1111
- name: codefresh-cm
1212
behavior: create
1313
literals:
14-
- version=0.0.437
14+
- version=0.0.438

csdp/managed/argo-workflows/kustomization.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../../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
11+
literals:
12+
- imageReportExecutor=2

0 commit comments

Comments
 (0)