Compare commits
No commits in common. "e1bba18b521775411b627e435efa478fd76468f7" and "5128741c53cacbd23b3e95e85299c5d95b1492da" have entirely different histories.
e1bba18b52
...
5128741c53
@ -349,8 +349,6 @@ 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: ARIADNE_SCHEDULE_JENKINS_WORKSPACE_CLEANUP
|
|
||||||
value: "45 */6 * * *"
|
|
||||||
- name: JENKINS_WORKSPACE_NAMESPACE
|
- name: JENKINS_WORKSPACE_NAMESPACE
|
||||||
value: jenkins
|
value: jenkins
|
||||||
- name: JENKINS_WORKSPACE_PVC_PREFIX
|
- name: JENKINS_WORKSPACE_PVC_PREFIX
|
||||||
|
|||||||
@ -1,29 +0,0 @@
|
|||||||
# services/maintenance/soteria-rbac.yaml
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: ClusterRole
|
|
||||||
metadata:
|
|
||||||
name: soteria
|
|
||||||
rules:
|
|
||||||
- apiGroups: [""]
|
|
||||||
resources: ["persistentvolumeclaims", "persistentvolumes"]
|
|
||||||
verbs: ["get", "list"]
|
|
||||||
- apiGroups: [""]
|
|
||||||
resources: ["secrets"]
|
|
||||||
verbs: ["get", "list", "create", "update", "delete"]
|
|
||||||
- apiGroups: ["batch"]
|
|
||||||
resources: ["jobs"]
|
|
||||||
verbs: ["get", "list", "create", "delete"]
|
|
||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: ClusterRoleBinding
|
|
||||||
metadata:
|
|
||||||
name: soteria
|
|
||||||
roleRef:
|
|
||||||
apiGroup: rbac.authorization.k8s.io
|
|
||||||
kind: ClusterRole
|
|
||||||
name: soteria
|
|
||||||
subjects:
|
|
||||||
- kind: ServiceAccount
|
|
||||||
name: soteria
|
|
||||||
namespace: maintenance
|
|
||||||
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
# services/maintenance/soteria-serviceaccount.yaml
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ServiceAccount
|
|
||||||
metadata:
|
|
||||||
name: soteria
|
|
||||||
namespace: maintenance
|
|
||||||
imagePullSecrets:
|
|
||||||
- name: harbor-regcred
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user