Skip to content

Commit 233b5d9

Browse files
committed
Add watcher in the water app to repo
1 parent 09cbb37 commit 233b5d9

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: watcher-in-the-water-app
5+
namespace: argocd
6+
spec:
7+
project: default
8+
source:
9+
repoURL: https://github.com/nwthomas/watcher-in-the-water.git
10+
targetRevision: main
11+
path: helm/
12+
helm:
13+
valueFiles:
14+
- values.yaml
15+
destination:
16+
server: https://kubernetes.default.svc
17+
namespace: applications
18+
syncPolicy:
19+
syncOptions:
20+
- CreateNamespace=true
21+
- Prune=true

0 commit comments

Comments
 (0)