Browse Source

Merge pull request #228 from kamigerami/docs/clusterSecretStore-example-fix

docs: update api-clusterSecretstore example
paul-the-alien[bot] 4 years ago
parent
commit
484a53da02
2 changed files with 2 additions and 1 deletions
  1. 1 1
      docs/api-clustersecretstore.md
  2. 1 0
      docs/snippets/full-cluster-secret-store.yaml

+ 1 - 1
docs/api-clustersecretstore.md

@@ -4,5 +4,5 @@ The `ClusterSecretStore` is a cluster scoped SecretStore that can be referenced
 `ExternalSecrets` from all namespaces. Use it to offer a central gateway to your secret backend.
 `ExternalSecrets` from all namespaces. Use it to offer a central gateway to your secret backend.
 
 
 ``` yaml
 ``` yaml
-{% include 'full-secret-store.yaml' %}
+{% include 'full-cluster-secret-store.yaml' %}
 ```
 ```

+ 1 - 0
docs/snippets/full-cluster-secret-store.yaml

@@ -83,6 +83,7 @@ spec:
           secretAccessKeySecretRef:
           secretAccessKeySecretRef:
             name: gcpsm-secret
             name: gcpsm-secret
             key: secret-access-credentials
             key: secret-access-credentials
+            namespace: example
       projectID: myproject
       projectID: myproject
     # (TODO): add more provider examples here
     # (TODO): add more provider examples here