Ver Fonte

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 há 4 anos atrás
pai
commit
6886fef4b6
1 ficheiros alterados com 1 adições e 1 exclusões
  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: