Files
homelab/system/argocd/values-dev.yaml
Khue Doan 4384456220 refactor: move dev cluster to master
Easier to test and less maintenance
2025-01-18 11:35:28 +07:00

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