We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cc7c7f + 5610df3 commit 2244583Copy full SHA for 2244583
charts/tf-controller/templates/planner-deployment.yaml
@@ -6,7 +6,8 @@ metadata:
6
{{- include "planner.labels" . | nindent 4 }}
7
name: {{ include "planner.fullname" . }}
8
spec:
9
- replicas: {{ .Values.replicaCount }}
+ # Planner can't be scaled yet.
10
+ replicas: 1
11
selector:
12
matchLabels:
13
{{- include "planner.selectorLabels" . | nindent 6 }}
0 commit comments