KubeDNS template should not suffix with .yml.j2

This commit is contained in:
Wong Hoi Sing Edison
2018-02-05 16:26:54 +08:00
parent bd1f0bcfd7
commit 4ad53339f6
6 changed files with 16 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: kube-dns
namespace: {{ system_namespace }}
labels:
kubernetes.io/cluster-service: "true"