mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
Update docs/provider-kubernetes.md
Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
This commit is contained in:
parent
60a71cdca6
commit
37fcd49cec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue