jenkins-x-plugins/jx-secret-postrenderer

jx-secret-postrenderer helm post-renderer is outputting secrets, not ExternalSecrets, when using `--output-dir somedir` in the `helm template` command

Opened this issue · 1 comments

jx-secret-postrenderer helm post-renderer plugin is outputting secrets objects, not ExternalSecrets when using the plugin with helm template in conjunction with --output-dir someDir How can we troubleshoot this issue. Why does this plugin silently fail and allow generating manifests with plain secret objects?

Ok, so I have been able to reproduce the issue by simply trying to render templates to an output directory using --output-dir someDir in the helm template ---post-renderer jx-secret-postrenderer command (as opposed to rendering to stdout). Please confirm if you can reproduce and kindly advise ASAP. Thank you.