RocketChat / helm-charts

Repository for RocketChat helm charts
37 stars 67 forks source link

fix: don't print `null` when value doesn't exist for globals #152

Closed debdutdeb closed 5 months ago

debdutdeb commented 5 months ago

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.