Closed bacongobbler closed 7 years ago
in the charts, we have a lot of {{ if eq .Values.globals.registry_location "on-cluster" }} everywhere. We should use the new Helm v2.2.0 conditional field feature.
{{ if eq .Values.globals.registry_location "on-cluster" }}
https://github.com/kubernetes/helm/blob/master/docs/charts.md#tags-and-condition-fields-in-requirementsyaml
This would also require that we have to make Helm v2.2.0 the minimum version for installing, so we'd need to take care of that in the docs as well.
closing in favour of #771
in the charts, we have a lot of
{{ if eq .Values.globals.registry_location "on-cluster" }}
everywhere. We should use the new Helm v2.2.0 conditional field feature.https://github.com/kubernetes/helm/blob/master/docs/charts.md#tags-and-condition-fields-in-requirementsyaml