1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/docs/api/generator/fake.md
Sebastián Gómez fc7281a39b
Added examples for all the Generators in the docs. Fixes #2260 (#2261)
Also, some generators's examples didn't have the `.metadata.name` property.

Signed-off-by: Sebastián Gómez <sebastiangomezcorrea@gmail.com>
2023-04-26 17:00:14 -03:00

358 B

The Fake generator provides hard-coded key/value pairs. The intended use is just for debugging and testing. The key/value pairs defined in spec.data is returned as-is.

Example Manifest

{% include 'generator-fake.yaml' %}

Example ExternalSecret that references the Fake generator:

{% include 'generator-fake-example.yaml' %}