|
|
@@ -55,7 +55,7 @@ You do not have to define your templates inline in an ExternalSecret but you can
|
|
|
{% include 'template-v2-scope-and-target.yaml' %}
|
|
|
```
|
|
|
|
|
|
-Lastly, `TemplateFrom` also supports adding `Literal` blocks for quick templating. These `Literal` blocks differ from `Template.Data` as they are rendered as a a `key:value` pair (while the `Template.Data`, you can only template the value).
|
|
|
+Lastly, `TemplateFrom` also supports adding `Literal` blocks for quick templating. These `Literal` blocks differ from `Template.Data` as they are rendered as a `key:value` pair (while the `Template.Data`, you can only template the value).
|
|
|
|
|
|
#### ValuesDecodingStrategy example
|
|
|
|