infrastructure/apps/homepage/resources/cluster_role_binding.yaml
Peter Kurfer 2578e6951d
All checks were successful
continuous-integration/drone/push Build is passing
refactor: use SOPS to encrypt secrets
2023-10-26 21:57:43 +02:00

15 lines
No EOL
304 B
YAML

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: homepage
labels:
app.kubernetes.io/name: homepage
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: homepage
subjects:
- kind: ServiceAccount
name: homepage
namespace: default