mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
fix: uuid generator doc example links (#3955)
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
parent
7f5e8fa9ce
commit
a50dff013c
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@ The UUID generator does not require any additional parameters.
|
|||
## Example Manifest
|
||||
|
||||
```yaml
|
||||
{ % include 'generator-uuid.yaml' % }
|
||||
{% include 'generator-uuid.yaml' %}
|
||||
```
|
||||
|
||||
Example `ExternalSecret` that references the UUID generator:
|
||||
|
||||
```yaml
|
||||
{ % include 'generator-uuid-example.yaml' % }
|
||||
{% include 'generator-uuid-example.yaml' %}
|
||||
```
|
||||
|
||||
Which will generate a `Kind=Secret` with a key called 'uuid' that may look like:
|
||||
|
|
Loading…
Reference in a new issue