From 01117041b850eef423f68140043bde8e289a427e Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sat, 14 Nov 2020 20:37:40 +0900 Subject: [PATCH] chart: controller-manager should not be autoscaled --- charts/actions-runner-controller/templates/deployment.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/charts/actions-runner-controller/templates/deployment.yaml b/charts/actions-runner-controller/templates/deployment.yaml index 673a1e18..4d868c11 100644 --- a/charts/actions-runner-controller/templates/deployment.yaml +++ b/charts/actions-runner-controller/templates/deployment.yaml @@ -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 }}