khuedoan-homelab/apps/resources/template.yaml

22 lines
396 B
YAML
Raw Normal View History

2021-06-14 13:55:27 +07:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
2021-06-14 16:31:40 +07:00
name: CHARTNAME
2021-06-14 13:55:27 +07:00
spec:
destination:
name: in-cluster
2021-06-14 16:31:40 +07:00
namespace: NAMESPACE
2021-06-14 13:55:27 +07:00
server: ''
source:
path: ''
2021-06-14 16:31:40 +07:00
repoURL: 'CHARTREPO'
targetRevision: CHARTVERSION
chart: CHARTNAME
2021-06-14 13:55:27 +07:00
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true