diff --git a/infra/vault/templates/secret-store.yaml b/infra/vault/templates/secret-store.yaml index 39c5104..a35d7cb 100644 --- a/infra/vault/templates/secret-store.yaml +++ b/infra/vault/templates/secret-store.yaml @@ -11,4 +11,6 @@ spec: auth: kubernetes: mountPath: "kubernetes" - role: "external-secrets" + role: "VaultSecretStore" + serviceAccountRef: + name: "vault"