Files
khuedoan-homelab/system/argocd/values-dev.yaml
Khue Doan 1c586813a2 refactor: move dev cluster to master
Easier to test and less maintenance
2024-12-14 21:46:27 +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