this lets us use {{ include "rocketchat.annotations" ... }} like we already do here, and not break the manifest by printing null or something if even global is empty.
Ideally we establish a common function that does this. For now I am just repeating.
this lets us use
{{ include "rocketchat.annotations" ... }}
like we already do here, and not break the manifest by printingnull
or something if even global is empty.Ideally we establish a common function that does this. For now I am just repeating.