service shouldn't be created if metrics disabled (#12393)

Signed-off-by: Keita Minamoto <grandis.hebitombo@gmail.com>
This commit is contained in:
gen
2019-03-20 04:18:22 -07:00
committed by Kubernetes Prow Robot
parent 22541a988c
commit d62522f9f3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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