infrastructure/k8s/system/coredns/application.yaml
2024-01-17 20:47:36 -08:00

19 lines
No EOL
375 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: coredns
namespace: argocd
spec:
project: system
source:
repoURL: 'https://coredns.github.io/helm'
targetRevision: 1.29.x
chart: coredns
helm:
valuesObject:
destination:
namespace: kube-system
name: in-cluster
syncPolicy:
syncOptions:
- ServerSideApply=true