mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
feat: add LF footer copytight (#1416)
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
This commit is contained in:
parent
6593e06561
commit
22c9229b7e
2 changed files with 11 additions and 3 deletions
|
@ -653,7 +653,9 @@ string
|
|||
<a href="#external-secrets.io/v1beta1.VaultProvider">VaultProvider</a>)
|
||||
</p>
|
||||
<p>
|
||||
<p>Defines a location to fetch the cert for the vault provider from.</p>
|
||||
<p>Used to provide custom certificate authority (CA) certificates
|
||||
for a secret store. The CAProvider points to a Secret or ConfigMap resource
|
||||
that contains a PEM-encoded certificate.</p>
|
||||
</p>
|
||||
<table>
|
||||
<thead>
|
||||
|
@ -695,7 +697,7 @@ string
|
|||
</em>
|
||||
</td>
|
||||
<td>
|
||||
<p>The key the value inside of the provider type to use, only used with “Secret” type</p>
|
||||
<p>The key where the CA certificate can be found in the Secret or ConfigMap.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -707,7 +709,8 @@ string
|
|||
</td>
|
||||
<td>
|
||||
<em>(Optional)</em>
|
||||
<p>The namespace the Provider type is in.</p>
|
||||
<p>The namespace the Provider type is in.
|
||||
Can only be defined when used in a ClusterSecretStore.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
@ -19,6 +19,11 @@ plugins:
|
|||
lang: en
|
||||
- macros:
|
||||
include_dir: docs/snippets
|
||||
copyright: |
|
||||
© 2022 The external-secrets Authors.<br/>
|
||||
© 2022 The Linux Foundation. All rights reserved.<br/><br/>
|
||||
The Linux Foundation has registered trademarks and uses trademarks.<br/>
|
||||
For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage page</a>.
|
||||
extra:
|
||||
version:
|
||||
provider: mike
|
||||
|
|
Loading…
Reference in a new issue