-
Notifications
You must be signed in to change notification settings - Fork 96
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
Add support for kustomize replacements when creating custom-manifest #325
Comments
Thanks for the suggestion. Here's big picture what needs to be done for anyone interested to pick this up: First needs support in the provider here: https://github.com/kbst/terraform-provider-kustomization |
To clarify, isn't it already supported in the repo here? https://github.com/kbst/terraform-provider-kustomization/blob/c75a675049a3c88b285dc53600ac7d5b380d5f72/kustomize/data_source_kustomization_overlay.go#L338 So it would just need to be exposed in the Edit: I would love to pick this issue up too regardless. Let me know if that is possible. |
You are right, replacements seem to already be supported in the provider. I guess I lost track myself. |
@pst no worries - I'm still willing to contribute to the second part you mentioned above:
|
Happy to review your contribution whenever you get around to it. If you add the variable to the |
Right now there doesn't seem to be support for using replacements when creating custom-manifest.
The text was updated successfully, but these errors were encountered: