Skip to content

Commit

Permalink
make replicas config consistent across ZooKeeper & BookKeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
derekm committed May 13, 2020
1 parent 1812173 commit 99fa885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zookeeper/templates/zookeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: "ZookeeperCluster"
metadata:
name: {{ template "zookeeper.fullname" . }}
spec:
replicas: 3
replicas: {{ .Values.replicas }}
image:
repository: {{ with .Values.image }}{{ .repository }}{{ end }}
tag: {{ with .Values.image }}{{ .tag }}{{ end }}
1 change: 1 addition & 0 deletions charts/zookeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ image:
repository: pravega/zookeeper
tag: latest
pullPolicy: IfNotPresent
replicas: 3

0 comments on commit 99fa885

Please sign in to comment.