add grafana backuper
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-02-23 11:46:25 +01:00
parent 6e27b654c8
commit a586e47d15
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 21 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
**/secret.yaml **/secret.yaml
**/temp.yaml **/temp.yaml
**/credentials **/credentials
**/.DS_Store

View file

@ -311,3 +311,22 @@ spec:
automated: automated:
selfHeal: false selfHeal: false
prune: false prune: false
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: grafana-backuper
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ar21.de/yolokube/grafana-backuper-deployment.git
targetRevision: HEAD
path: "overlay"
destination:
server: https://kubernetes.default.svc
namespace: grafana-backuper
syncPolicy:
automated:
selfHeal: true
prune: true