Explorar el Código

Update docs/provider-kubernetes.md

Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
ron1 hace 4 años
padre
commit
37fcd49cec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/provider-kubernetes.md

+ 1 - 1
docs/provider-kubernetes.md

@@ -25,7 +25,7 @@ type: kubernetes.io/service-account-token
 
 The Servers `url` won't be present as it will default to `kubernetes.default`, add a proper value if needed. In this example the Certificate Authority is fetched using the referenced `caProvider`.
 
-The `auth` section indicates that the type `token` will be used for authentication, it includes the path to fetch the token. Set `remoteNamespace` to the name of the current namespace.
+The `auth` section indicates that the type `token` will be used for authentication, it includes the path to fetch the token. Set `remoteNamespace` to the name of the namespace where your target secrets reside.
 
 ```
 apiVersion: external-secrets.io/v1beta1