Initial upload

This commit is contained in:
miwr 2025-05-26 11:44:23 +02:00
parent 7a0e732995
commit e8fd6c1db6
115 changed files with 17102 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