chore: change max workflows to string
All checks were successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

WOODPECKER_MAX_WORKFLOWS shows no value in the pods environment, trying
as a string instead
This commit is contained in:
Ben Vincent 2026-03-03 23:11:37 +11:00
parent 46e11dd05e
commit a17aaed995

View File

@ -1,7 +1,7 @@
agent:
replicaCount: 3
env:
WOODPECKER_MAX_WORKFLOWS: 8
WOODPECKER_MAX_WORKFLOWS: "8"
WOODPECKER_BACKEND_K8S_STORAGE_CLASS: cephrbd-fast-delete
WOODPECKER_BACKEND_K8S_VOLUME_SIZE: 10G
WOODPECKER_BACKEND_K8S_STORAGE_RWX: false