Skip to content

Commit a63969b

Browse files
YongganY0ngg4n
authored andcommitted
Add App-Web
1 parent 5d8359f commit a63969b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

applications/app-web.yaml

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: app-web
5+
spec:
6+
destination:
7+
namespace: app-web
8+
server: "https://kubernetes.default.svc"
9+
source:
10+
path: manifests
11+
repoURL: "https://github.com/openlab-aux/openlab-app.git"
12+
targetRevision: "feat/k8s-manifests"
13+
directory:
14+
recurse: true
15+
project: default
16+
syncPolicy:
17+
automated:
18+
prune: false
19+
selfHeal: false
20+
syncOptions:
21+
- CreateNamespace=true

0 commit comments

Comments
 (0)