Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed syntax for "and" conditions (#2869)
Fixes a deployment error. ``` <(.Values.monitor.create) and (.Values.monitor.grafana.create)>: can't give argument to non-function .Values.monitor.create ``` We have confirmed that both helm2[1] and helm3[2] work. [1]: https://v2.helm.sh/docs/chart_template_guide/#operators-are-functions [2]: https://helm.sh/docs/chart_template_guide/function_list/#and Co-authored-by: DanielZhangQD <[email protected]> Co-authored-by: Yecheng Fu <[email protected]>
- Loading branch information