Skip to content

Commit

Permalink
Create argocd-app.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: JKHZ <107081481+catinahat85@users.noreply.github.com>
  • Loading branch information
catinahat85 authored Oct 29, 2024
1 parent 51fd66a commit 607d49b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions argocd/argocd-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: self-managed-argocd
namespace: argocd
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
source:
path: argo-cd # Folder in your GitHub repo containing Argo CD manifests
repoURL: https://github.com/catinahat85/CloudFiLive.git
targetRevision: main # Specify the branch name
project: default
syncPolicy:
automated:
prune: true
selfHeal: true

0 comments on commit 607d49b

Please sign in to comment.