Add app template

This commit is contained in:
Khue Doan 2021-06-14 13:55:27 +07:00
parent 73f6ce771b
commit c04f524d34

View File

@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: TODO
spec:
destination:
name: in-cluster
namespace: TODO
server: ''
source:
path: ''
repoURL: 'TODO'
targetRevision: TODO
chart: TODO
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true