mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Templates (even without actual templating inside) should have j2 extension but should not be rendered with j2 extension
This commit is contained in:
14
roles/dnsmasq/templates/dnsmasq-clusterrolebinding.yml.j2
Normal file
14
roles/dnsmasq/templates/dnsmasq-clusterrolebinding.yml.j2
Normal 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
|
||||
Reference in New Issue
Block a user