Implemented automatic fetching secrets from Azure KeyVault

This commit is contained in:
Marcin-Ramotowski
2025-05-29 21:37:20 +00:00
parent 9c1c1bdd70
commit 80dca16646
4 changed files with 73 additions and 0 deletions

12
deployment/rbac-role.yaml Normal file
View File

@ -0,0 +1,12 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: deployer-binding
subjects:
- kind: User
name: daabce80-f745-413f-8377-00472517521c
apiGroup: rbac.authorization.k8s.io
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io