This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2319 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
22 lines
588 B
YAML
22 lines
588 B
YAML
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: cluster-admin-oidc
|
|
namespace: headlamp
|
|
labels:
|
|
app.kubernetes.io/name: cluster-admin-oidc
|
|
app.kubernetes.io/instance: headlamp
|
|
app.kubernetes.io/part-of: headlamp
|
|
roleRef:
|
|
kind: ClusterRole
|
|
name: cluster-admin
|
|
apiGroup: rbac.authorization.k8s.io
|
|
subjects:
|
|
- kind: User
|
|
name: https://authentik.alexlebens.net/application/o/headlamp/#alexanderlebens@gmail.com
|
|
apiGroup: rbac.authorization.k8s.io
|
|
- kind: ServiceAccount
|
|
name: headlamp-admin
|
|
namespace: headlamp
|