This commit is contained in:
parent
6e27b654c8
commit
a586e47d15
2 changed files with 21 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
**/secret.yaml
|
**/secret.yaml
|
||||||
**/temp.yaml
|
**/temp.yaml
|
||||||
**/credentials
|
**/credentials
|
||||||
|
**/.DS_Store
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue