mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
933cc9dadd
commit
733b933a00
1 changed files with 14 additions and 0 deletions
|
|
@ -5,3 +5,17 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/service-account.name: vault-dmz
|
kubernetes.io/service-account.name: vault-dmz
|
||||||
type: kubernetes.io/service-account-token
|
type: kubernetes.io/service-account-token
|
||||||
|
---
|
||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: ClusterRoleBinding
|
||||||
|
metadata:
|
||||||
|
name: role-tokenreview-binding
|
||||||
|
namespace: vault
|
||||||
|
roleRef:
|
||||||
|
apiGroup: rbac.authorization.k8s.io
|
||||||
|
kind: ClusterRole
|
||||||
|
name: system:auth-delegator
|
||||||
|
subjects:
|
||||||
|
- kind: ServiceAccount
|
||||||
|
name: vault-auth
|
||||||
|
namespace: default
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue