Initial upload

This commit is contained in:
Bot 2025-04-28 09:44:33 +02:00
parent 4b3aa31790
commit f1a5b4f599
5 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,13 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: vault-token-rolebinding
namespace: openbao
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: vault-token-role
subjects:
- kind: ServiceAccount
name: openbao
namespace: openbao