RocketChat / helm-charts

Repository for RocketChat helm charts
36 stars 67 forks source link

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

Closed debdutdeb closed 3 weeks ago

debdutdeb commented 4 weeks 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.