mirror of https://git.rancher.io/charts
14 lines
286 B
Diff
14 lines
286 B
Diff
|
--- charts-original/templates/service.yaml
|
||
|
+++ charts/templates/service.yaml
|
||
|
@@ -1,3 +1,4 @@
|
||
|
+{{ if .Values.service.enabled }}
|
||
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
@@ -47,4 +48,4 @@
|
||
|
{{- end }}
|
||
|
selector:
|
||
|
{{- include "grafana.selectorLabels" . | nindent 4 }}
|
||
|
-
|
||
|
+{{ end }}
|