Add Templates to pretty config

This commit is contained in:
2024-05-10 12:06:03 +02:00
parent 8eebe405b7
commit ddaaa33b71
7 changed files with 47 additions and 14 deletions

View File

@ -0,0 +1,18 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: test
roleRef: # points to the Role
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: admin
subjects: # points to the ServiceAccount
- kind: ServiceAccount
name: test
namespace: default
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: test
namespace: default