mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 23:37:57 +07:00
22 lines
368 B
YAML
22 lines
368 B
YAML
|
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
|