1
0
Fork 0
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:
Gergely Brautigam 2024-09-25 09:46:58 +02:00 committed by GitHub
parent 7f5e8fa9ce
commit a50dff013c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,13 +13,13 @@ The UUID generator does not require any additional parameters.
## Example Manifest ## Example Manifest
```yaml ```yaml
{ % include 'generator-uuid.yaml' % } {% include 'generator-uuid.yaml' %}
``` ```
Example `ExternalSecret` that references the UUID generator: Example `ExternalSecret` that references the UUID generator:
```yaml ```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: Which will generate a `Kind=Secret` with a key called 'uuid' that may look like: