Initial upload

This commit is contained in:
Christopher Hase 2025-05-21 15:36:57 +02:00
parent 47edb11ea1
commit 0c3f9a7072
68 changed files with 1630 additions and 4141 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