Skip to content

Commit 7a3b568

Browse files
authored
Set default max builds and cases for users (#425)
Signed-off-by: achour94 <[email protected]>
1 parent 07da9df commit 7a3b568

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
useradmin:
2+
defaultMaxAllowedCases: 20
3+
defaultMaxAllowedBuilds: 20

k8s/live/azure-dev/kustomization.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ configMapGenerator:
4444
behavior: merge
4545
files:
4646
- application.yml=common-application.yml
47+
- name: user-admin-server-configmap-specific
48+
behavior: merge
49+
files:
50+
- application.yml=config/user-admin-server-application.yml
4751
- name: loadflow-server-itools-configmap
4852
behavior: merge
4953
files:

0 commit comments

Comments
 (0)