Browse Source

fix: uuid generator doc example links (#3955)

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Gergely Brautigam 1 year ago
parent
commit
a50dff013c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/generator/uuid.md

+ 2 - 2
docs/api/generator/uuid.md

@@ -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: