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
[template] Allow passing in a template string as AdditionalTemplate
right now AdditionalTemplate expects that the passed in information
is reference to a template file.
This change allows passing in a template via AdditinalTemplate where
the template is a full templace string. To differenciate between the
two its being checked if the value of the AdditionalTemplate map
has either spaces or new lines. If it has it is expected that its
a full template passed in as a string and not a path to a template
file which would be part of an operator image.
Signed-off-by: Martin Schuppert <[email protected]>
0 commit comments