Skip to content

Commit

Permalink
remove insights-remote service if not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Nov 27, 2023
1 parent fbefeaf commit 66e7268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/lagoon-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type: application
# This is the chart version. This version number should be incremented each
# time you make changes to the chart and its templates, including the app
# version.
version: 0.86.1
version: 0.87.0

dependencies:
- name: lagoon-build-deploy
Expand All @@ -45,4 +45,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: update lagoon-build-deploy to v0.26.2 with updated remote-controller
description: remove insights-remote service if not enabled
2 changes: 2 additions & 0 deletions charts/lagoon-remote/templates/insights-remote.service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.insightsRemote.enabled -}}
apiVersion: v1
kind: Service
metadata:
Expand All @@ -13,3 +14,4 @@ spec:
name: insights-ws
selector:
{{- include "lagoon-remote.insightsRemote.selectorLabels" . | nindent 4 }}
{{- end }}

0 comments on commit 66e7268

Please sign in to comment.