Skip to content

Commit 2244583

Browse files
authored
Merge pull request #821 from weaveworks/807-bp-replica
patch: static replica count for branch planner
2 parents 1cc7c7f + 5610df3 commit 2244583

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/tf-controller/templates/planner-deployment.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ metadata:
66
{{- include "planner.labels" . | nindent 4 }}
77
name: {{ include "planner.fullname" . }}
88
spec:
9-
replicas: {{ .Values.replicaCount }}
9+
# Planner can't be scaled yet.
10+
replicas: 1
1011
selector:
1112
matchLabels:
1213
{{- include "planner.selectorLabels" . | nindent 6 }}

0 commit comments

Comments
 (0)