We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8359f commit a63969bCopy full SHA for a63969b
applications/app-web.yaml
@@ -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