We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0546a4d commit 1d7f6e6Copy full SHA for 1d7f6e6
1 file changed
argocd/application.yaml
@@ -0,0 +1,21 @@
1
+apiVersion: argoproj.io/v1alpha1
2
+kind: Application
3
+metadata:
4
+ name: flask-api
5
+ namespace: argocd
6
+spec:
7
+ project: default
8
+ source:
9
+ repoURL: 'https://github.com/akhil27051999/Flask-REST-API.git'
10
+ targetRevision: dev
11
+ path: helm/application
12
+ helm:
13
+ valueFiles:
14
+ - values.yaml
15
+ destination:
16
+ server: https://kubernetes.default.svc
17
+ namespace: student-api
18
+ syncPolicy:
19
+ automated:
20
+ prune: true
21
+ selfHeal: true
0 commit comments