Move most coredns templates to static files (#4341)

* Move most coredns templates to static files

This should speed up the task slightly

* yaml lint fixes
This commit is contained in:
Matthew Mosesohn
2019-03-13 07:17:31 +03:00
committed by Kubernetes Prow Robot
parent 2560c4dda3
commit fd2c47b56a
8 changed files with 43 additions and 42 deletions

View File

@@ -1,9 +0,0 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: coredns
namespace: kube-system
labels:
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile