k8s-template/traefik/01-role-binding.yml

14 lines
278 B
YAML
Raw Permalink Normal View History

2024-03-21 11:27:25 +00:00
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: traefik-role-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: traefik-role
subjects:
- kind: ServiceAccount
name: traefik-account
2024-03-21 11:31:44 +00:00
namespace: traefik