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/pkg/controllers/externalsecret
Gergely Brautigam d6e24a82bd
feat: add templating to PushSecret (#2926)
* feat: add templating to PushSecret

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>

* adding unit tests around templating basic concepts and verifying output

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>

* extracting some of the common functions of the parser

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>

* remove some more duplication

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>

* removed commented out code segment

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>

* added documentation for templating feature

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>

* simplified the templating for annotations and labels

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>

---------

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
2023-12-22 21:45:34 +01:00
..
esmetrics Add reconcile duration metric for ClusterExternalSecret controller (#2334) 2023-05-22 22:43:23 +02:00
externalsecret_controller.go Stop deleting all the Secret metadata (#2900) 2023-11-28 06:22:41 -03:00
externalsecret_controller_secret.go fix: remove sourceRef.generatorRef from .data[] (#2735) 2023-11-02 14:37:59 +01:00
externalsecret_controller_template.go feat: add templating to PushSecret (#2926) 2023-12-22 21:45:34 +01:00
externalsecret_controller_test.go Stop deleting all the Secret metadata (#2900) 2023-11-28 06:22:41 -03:00
suite_test.go chore: bump dependencies (#2654) 2023-08-28 11:50:46 +02:00
util.go Add missing util unit tests (#2313) 2023-05-15 17:25:13 +02:00
util_test.go Add missing util unit tests (#2313) 2023-05-15 17:25:13 +02:00