From 790a5bae836d1d30a051d39a243e2fde83d7386b Mon Sep 17 00:00:00 2001 From: Laurent Droin <32528572+laurentdroin@users.noreply.github.com> Date: Mon, 23 Aug 2021 17:03:16 -0700 Subject: [PATCH] Added the missing podAnnotation for the Vault namespace --- vault/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/vault/README.md b/vault/README.md index 390b5e0..b8c28d4 100644 --- a/vault/README.md +++ b/vault/README.md @@ -143,6 +143,7 @@ Hashicorp Vault and the Redis Enterprise Operator can be deployed in multiple sc vaultCASecret: vault-ca-cert podAnnotations: vault.hashicorp.com/auth-path: auth/ + vault.hashicorp.com/namespace: ``` > Note - the "clusterCredentialSecretName" field as used to query the secret from Hashicorp Vault. See section below for explanation about secret name field values. ### Deploy REDB admission controller (for OLM this is not needed)