We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cbb37 commit 233b5d9Copy full SHA for 233b5d9
1 file changed
argocd/apps/applications/watcher-in-the-water/watcher-in-the-water.yaml
@@ -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