Skip to content

Commit 6da8d5a

Browse files
committed
Add apps.yaml
1 parent ed13001 commit 6da8d5a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

apps.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: glazed
5+
finalizers:
6+
- resources-finalizer.argocd.argoproj.io
7+
spec:
8+
project: tiled
9+
destination:
10+
name: argus
11+
namespace: tiled
12+
source:
13+
path: helm
14+
repoURL: https://github.com/diamondlightSource/glazed
15+
targetRevision: add-helm
16+
helm:
17+
version: v3
18+
syncPolicy:
19+
automated:
20+
prune: true
21+
selfHeal: true
22+

0 commit comments

Comments
 (0)