Skip to content

Commit

Permalink
Add an app of apps
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jul 3, 2024
1 parent b7bf222 commit 82ed595
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions apps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: graph
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
name: argus
namespace: graph
source:
path: charts/apps
repoURL: https://github.com/DiamondLightSource/graph-federation.git
targetRevision: HEAD
helm:
valuesObject:
destination:
name: argus
sources: []
project: graph
syncPolicy:
automated:
prune: true
selfHeal: true

0 comments on commit 82ed595

Please sign in to comment.