mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-08 23:08:40 +07:00
14 lines
267 B
YAML
14 lines
267 B
YAML
argo-cd:
|
|
global:
|
|
domain: argocd.127-0-0-1.nip.io
|
|
argocd-apps:
|
|
applicationsets:
|
|
root:
|
|
template:
|
|
spec:
|
|
source:
|
|
helm:
|
|
valueFiles:
|
|
- values-dev.yaml
|
|
ignoreMissingValueFiles: true
|