mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 12:18:52 +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:
8
roles/dnsmasq/templates/dnsmasq-serviceaccount.yml.j2
Normal file
8
roles/dnsmasq/templates/dnsmasq-serviceaccount.yml.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: dnsmasq
|
||||
namespace: "kube-system"
|
||||
labels:
|
||||
kubernetes.io/cluster-service: "true"
|
||||
Reference in New Issue
Block a user