Files
dbiz-lake-k8s/infra/cluster/root.yaml
2026-07-08 15:48:18 +07:00

21 lines
533 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: infra-cluster-root
namespace: argocd
spec:
project: default
source:
repoURL: https://git.renolation.com/renolation/dbiz-lake-k8s.git
targetRevision: main
path: infra/cluster # quét chính thư mục này (gồm cả root.yaml -> tự quản)
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true