move ovh cert-manager secret to vault

This commit is contained in:
2025-05-17 23:12:42 +02:00
parent 8251d8088a
commit f670536eeb
4 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
bound_service_account_names:
- ovh-credentials
bound_service_account_namespaces:
- cert-manager
token_policies:
- ovh-credentials

View File

@@ -0,0 +1,3 @@
path "secret/data/ovh-cert-manager" {
capabilities = ["read"]
}