-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Templating is broken #83
Comments
Hello @sbaier1 , is there any updates in this issue ? i am stuck with the same problem |
hey, well you can build and use my fork if you urgently need to fix it. (That's what I'm currently doing). I originally considered getting that linked PR merged, but after checking in with the the external secrets community (see the slack link on the external secrets org), it doesn't seem worth the effort, since this project + the other external secrets controllers are currently in the process of merging into a single, unified controller so it doesn't seem worth the effort to contribute to this project at the moment. If the problem persists in the resulting controller, i will probably propose the changes there instead. |
Is |
Describe the bug:
The
template
patch field in the ExternalSecret CRD is not handled correctly in the controller. The internal datatype is wrong, making it impossible to use the field.Setting a basic template leads to errors like this one:
Expected behavior
Template should patch the resulting secret
Steps to reproduce the bug:
Set a template patch like the example above (JSON format:
{"type":"kubernetes.io/dockerconfigjson"}}
)Anything else we need to know?:
Filed a fix proposal PR #84
Environment details::
/kind bug
The text was updated successfully, but these errors were encountered: