mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
service shouldn't be created if metrics disabled (#12393)
Signed-off-by: Keita Minamoto <grandis.hebitombo@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
22541a988c
commit
d62522f9f3
@@ -1,5 +1,5 @@
|
||||
name: percona-xtradb-cluster
|
||||
version: 0.6.4
|
||||
version: 0.6.5
|
||||
appVersion: 5.7.19
|
||||
description: free, fully compatible, enhanced, open source drop-in replacement for
|
||||
MySQL with Galera Replication (xtradb)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{ if .Values.metricsExporter }}
|
||||
{{ if .Values.metricsExporter.enabled }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
Reference in New Issue
Block a user