Skip to content

Commit 108a340

Browse files
feat: defining default value to cpu requested
1 parent 4524aeb commit 108a340

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci_k8_base.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ on:
2727
default: 250Mi
2828
WF_KUBE_CPU_LIMIT:
2929
type: string
30-
required: true
30+
required: false
31+
default: 85m
3132
WF_KUBE_CPU_REQUEST:
3233
type: string
3334
required: true

0 commit comments

Comments
 (0)