Browse Source

Fix documentation for namespace in ClusterSecretStore

I was facing SecretsSyncedError due to namespace being not set in case of a ClusterSecretStore.

Where should i add the NOTE ?
Nasir Hussain 4 years ago
parent
commit
67394b9065
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/provider-google-secrets-manager.md

+ 2 - 0
docs/provider-google-secrets-manager.md

@@ -106,6 +106,8 @@ You can use [GCP Service Account](https://cloud.google.com/iam/docs/service-acco
 {% include 'gcpsm-credentials-secret.yaml' %}
 {% include 'gcpsm-credentials-secret.yaml' %}
 ```
 ```
 
 
+**NOTE:** In case of a `ClusterSecretStore`, Be sure to provide `namespace` for `SecretAccessKeyRef` with the namespace of the secret that we just created.
+
 #### Update secret store
 #### Update secret store
 Be sure the `gcpsm` provider is listed in the `Kind=SecretStore`
 Be sure the `gcpsm` provider is listed in the `Kind=SecretStore`