Templates (even without actual templating inside) should have j2 extension but should not be rendered with j2 extension

This commit is contained in:
Erwan Miran
2018-08-13 09:51:26 +02:00
parent 36e8683cf5
commit d3c0fe1fcb
5 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: dnsmasq
namespace: "kube-system"
subjects:
- kind: ServiceAccount
name: dnsmasq
namespace: "kube-system"
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io