velero
This commit is contained in:
16
app-of-apps/velero.yaml
Normal file
16
app-of-apps/velero.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: velero
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
namespace: velero
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
path: velero
|
||||
repoURL: https://build-node.undercloud.local/Undercloud/k8s-apps.git
|
||||
targetRevision: HEAD
|
||||
Reference in New Issue
Block a user