Skip to content

Commit

Permalink
feat(argocd): add argocd-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
isac322 committed Jan 1, 2024
1 parent fd8cf62 commit 85be031
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion argocd/apps/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,32 @@ spec:
group: cert-manager.io
jsonPointers:
- /spec/duration
- /spec/renewBefore
- /spec/renewBefore
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd-apps
spec:
destination:
name: backbone
namespace: argocd
project: argocd
source:
chart: argocd-apps
helm:
valueFiles:
- values.yaml
- https://raw.githubusercontent.com/isac322/homelab/HEAD/values/argocd-apps/backbone.yaml
repoURL: https://argoproj.github.io/argo-helm
targetRevision: 1.4.1
syncPolicy:
automated:
prune: true
selfHeal: true
retry:
backoff:
duration: 5s
factor: 2
maxDuration: 3m0s
limit: -1

0 comments on commit 85be031

Please sign in to comment.