Closed scoopex closed 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
This is a documentation or feature request. It would be very useful for users of this plugin to have some documentation which describes how to template files (i.e. like a kubernetes deployment yaml file) with parameters configured in this plugin.
We added a configuration like this to your maven configuration:
My kubernetes deployment yaml contains hardcoded image uri like this:
The question is: Is it possible to use the interpolated docker image reference for templating a file with maven (i suppose it is called "dockerfile.repository"), Which replacement tag do i have to use to use automatically the snapshot or the release tag url? (how can i access the plugin config value "repository")