chart: controller-manager should not be autoscaled

This commit is contained in:
Yusuke Kuoka 2020-11-14 20:37:40 +09:00
parent 42a272051d
commit 01117041b8
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@ metadata:
labels:
{{- include "actions-runner-controller.labels" . | nindent 4 }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
selector:
matchLabels:
{{- include "actions-runner-controller.selectorLabels" . | nindent 6 }}