maintenance: wire jenkins cleanup permissions

This commit is contained in:
Brad Stein 2026-04-12 11:00:50 -03:00
parent f4e921bb33
commit 95bc3953d1
2 changed files with 18 additions and 0 deletions

View File

@ -349,6 +349,14 @@ spec:
value: "11 */6 * * *"
- name: ARIADNE_SCHEDULE_PLATFORM_QUALITY_SUITE_PROBE
value: "*/15 * * * *"
- name: JENKINS_WORKSPACE_NAMESPACE
value: jenkins
- name: JENKINS_WORKSPACE_PVC_PREFIX
value: pvc-workspace-
- name: JENKINS_WORKSPACE_CLEANUP_MIN_AGE_HOURS
value: "24"
- name: JENKINS_WORKSPACE_CLEANUP_DRY_RUN
value: "false"
- name: METRICS_PATH
value: "/metrics"
resources:

View File

@ -16,6 +16,16 @@ rules:
- apiGroups: [""]
resources:
- pods
- persistentvolumeclaims
- persistentvolumes
verbs:
- get
- list
- watch
- delete
- apiGroups: ["longhorn.io"]
resources:
- volumes
verbs:
- get
- list