completely reworked
This commit is contained in:
21
argo-git.yaml
Normal file
21
argo-git.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: oadp-backups
|
||||
namespace: openshift-gitops
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: <YOUR_REPO_URL>
|
||||
targetRevision: main
|
||||
path: gitops/oadp/base
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: openshift-adp
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=false
|
||||
- ServerSideApply=true
|
||||
Reference in New Issue
Block a user