Skip to content

Commit 5aa3624

Browse files
committed
Add sample-app.yaml to argocd chapter
1 parent 3eacb40 commit 5aa3624

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: chapter-09/sample-app.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: sample-app
5+
spec:
6+
destination:
7+
namespace: default
8+
server: https://kubernetes.default.svc
9+
project: default
10+
source:
11+
path: .
12+
repoURL: https://github.com/<username>/sample-app-deployment

0 commit comments

Comments
 (0)