Browse Source

change ExternalSecret example to use SecretStore

The basic ExternalSecret example is referencing a ClusterSecretStore
while all of the examples of configuring a provider are a /SecretStore/.
This means that a new user try to cut'n'paste the examples will be
unable to create a working demo without reading the API reference.
Joshua Hoblitt 4 years ago
parent
commit
6886fef4b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/provider-hashicorp-vault.md

+ 1 - 1
docs/provider-hashicorp-vault.md

@@ -54,7 +54,7 @@ spec:
   refreshInterval: "15s"
   refreshInterval: "15s"
   secretStoreRef:
   secretStoreRef:
     name: vault-backend
     name: vault-backend
-    kind: ClusterSecretStore
+    kind: SecretStore
   target:
   target:
     name: example-sync
     name: example-sync
   data:
   data: