mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: add ServiceAccount for cleanup CronJob
This commit is contained in:
@@ -83,6 +83,17 @@ spec:
|
||||
restartPolicy: OnFailure
|
||||
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: cleanup-service-account
|
||||
namespace: {{ $.Release.Namespace }}
|
||||
labels:
|
||||
appname: oneuptime
|
||||
app.kubernetes.io/part-of: oneuptime
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: Role
|
||||
|
||||
Reference in New Issue
Block a user