Browse Source

add backup rook-manifest to applicatoins

Josh Bicking 2 weeks ago
parent
commit
8c1cb7ba2a
1 changed files with 19 additions and 0 deletions
  1. 19 0
      backup/applications.yaml

+ 19 - 0
backup/applications.yaml

@@ -93,3 +93,22 @@ spec:
       - ServerSideApply=true
     automated:
       enabled: true
+---
+apiVersion: argoproj.io/v1alpha1
+kind: Application
+metadata:
+  name: rook-manifest
+  namespace: argocd
+spec:
+  destination:
+    server: https://kubernetes.default.svc
+  project: default
+  source:
+    path: backup/rook-manifest
+    repoURL: https://gogs.jibby.org/jhb2345/server
+    targetRevision: HEAD
+    directory:
+      recurse: true
+  syncPolicy:
+    automated:
+      enabled: true