fix replica count conflict (#19200)

Signed-off-by: Naseem <naseemkullah@gmail.com>
This commit is contained in:
Naseem
2019-12-01 12:31:03 -08:00
committed by Kubernetes Prow Robot
parent 9fa62be553
commit 164fa564ff
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: neo4j
home: https://www.neo4j.com
version: 1.2.1
version: 1.2.2
appVersion: 3.4.5
description: Neo4j is the world's leading graph database
icon: http://info.neo4j.com/rs/773-GON-065/images/neo4j_logo.png
@@ -9,7 +9,9 @@ metadata:
app: {{ template "neo4j.name" . }}
component: replica
spec:
{{- if not .Values.readReplica.autoscaling.enabled }}
replicas: {{ .Values.readReplica.numberOfServers }}
{{- end }}
template:
metadata:
labels: