You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
lodotek
changed the title
jx-secret-postrenderer helm post-renderer is outputting secrets, not ExternalSecrets in my pipeline, but works fine locally
jx-secret-postrenderer helm post-renderer is outputting secrets, not ExternalSecrets, when using --output-dir somedir in the helm template command
Sep 1, 2022
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?The text was updated successfully, but these errors were encountered: