maintenance: wire jenkins cleanup permissions
This commit is contained in:
parent
f4e921bb33
commit
95bc3953d1
@ -349,6 +349,14 @@ spec:
|
|||||||
value: "11 */6 * * *"
|
value: "11 */6 * * *"
|
||||||
- name: ARIADNE_SCHEDULE_PLATFORM_QUALITY_SUITE_PROBE
|
- name: ARIADNE_SCHEDULE_PLATFORM_QUALITY_SUITE_PROBE
|
||||||
value: "*/15 * * * *"
|
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
|
- name: METRICS_PATH
|
||||||
value: "/metrics"
|
value: "/metrics"
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
@ -16,6 +16,16 @@ rules:
|
|||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources:
|
resources:
|
||||||
- pods
|
- pods
|
||||||
|
- persistentvolumeclaims
|
||||||
|
- persistentvolumes
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
- delete
|
||||||
|
- apiGroups: ["longhorn.io"]
|
||||||
|
resources:
|
||||||
|
- volumes
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user