mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 06:47:01 +07:00
22 lines
396 B
YAML
22 lines
396 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: CHARTNAME
|
|
spec:
|
|
destination:
|
|
name: in-cluster
|
|
namespace: NAMESPACE
|
|
server: ''
|
|
source:
|
|
path: ''
|
|
repoURL: 'CHARTREPO'
|
|
targetRevision: CHARTVERSION
|
|
chart: CHARTNAME
|
|
project: default
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|