From e4956c5500712272e2357156368dca4766fda241 Mon Sep 17 00:00:00 2001 From: jingfangliu Date: Mon, 3 Jun 2019 16:09:18 -0700 Subject: [PATCH] update examples/README.md --- examples/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index c2333f022..aea610f0b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -40,7 +40,11 @@ Advanced Usage * [last mile helm](chart.md) - Make last mile modifications to a helm chart. - * [secret generation](secretGeneratorPlugin.md) - Generating secrets from a plugin. + * [secret generation](secretGeneratorPlugin.md) - Generating secrets from a plugin. + +- transformer plugins: + * [validation transformer](validationTransformer/README.md) - + validate resources through a transformer - customize builtin transformer configurations