From cafe00f2450b3629202c0048fcc0d611f113784e Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 10 Sep 2024 22:42:51 +0200 Subject: [PATCH] Add ns to secretstore --- vault/secret-store.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/vault/secret-store.yaml b/vault/secret-store.yaml index 24e854d..c042470 100644 --- a/vault/secret-store.yaml +++ b/vault/secret-store.yaml @@ -15,4 +15,5 @@ spec: # https://www.vaultproject.io/docs/auth/token tokenSecretRef: name: "vault-token" + namespace: external-secrets key: "token" \ No newline at end of file