Files
homelab/k8s/core/kube-system-custom/app.yaml
AB from home.homenet 1d8c0c1421
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 16s
Check with kubeconform / lint (push) Successful in 13s
Added custom coredns resolve config
2025-10-27 11:03:57 +02:00

19 lines
406 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-system-custom
namespace: argocd
spec:
project: core
destination:
namespace: kube-system
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/core/kube-system-custom
syncPolicy:
syncOptions:
- CreateNamespace=false