feat: patch coredns not to be deployed in a non-master node

This commit is contained in:
cătălin 2026-08-07 11:04:15 +02:00
commit 0153c9958c
No known key found for this signature in database
16 changed files with 45 additions and 382 deletions

View file

@ -0,0 +1,18 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-system
namespace: argo-cd
spec:
destination:
name: ''
namespace: kube-system
server: https://kubernetes.default.svc
sources:
- repoURL: https://git.roboces.dev/catalin/fukuops.git
path: k8s/services/kube-system
targetRevision: main
project: management
syncPolicy:
automated: {}