diff --git a/.gitignore b/.gitignore index 69100ef..83bc8e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ **/secret.yaml **/temp.yaml -**/credentials \ No newline at end of file +**/credentials +**/.DS_Store \ No newline at end of file diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index ccb5ee1..fe399ac 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -311,3 +311,22 @@ spec: automated: selfHeal: 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