mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix replica count conflict (#19200)
Signed-off-by: Naseem <naseemkullah@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9fa62be553
commit
164fa564ff
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user