mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
fc7281a39b
Also, some generators's examples didn't have the `.metadata.name` property. Signed-off-by: Sebastián Gómez <sebastiangomezcorrea@gmail.com>
358 B
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' %}