Skip to content

Commit

Permalink
root app (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
pli01 authored Jun 12, 2024
1 parent 28e4037 commit 43b50d5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions apps/root-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root-app
namespace: argocd
spec:
destination:
name: ''
namespace: argocd
name: in-cluster
project: default
source:
# replace with private repo , branch and path
repoURL: https://github.com/pli01/k8s-helmfiles.git
path: .
targetRevision: argocd
syncPolicy:
automated:
prune: true
allowEmpty: true
selfHeal: true

0 comments on commit 43b50d5

Please sign in to comment.