uselagoon / lagoon-charts

A collection of Helm charts for Lagoon and associated services.
Apache License 2.0
11 stars 10 forks source link

fixed insightsRemote service bug #634

Closed rashed-k closed 4 months ago

rashed-k commented 7 months ago

I was upgrading the lagoon cluster and found a bug in insightsRemote in Lagoon-Remote Helm Chart version 0.86.1 . The helm chart by default has it insightsRemote.enabled = false but still creates the service for insights-remote component.

I have included {{- if .Values.insightsRemote.enabled -}} in the template.