Skip to content

Commit 7fe0304

Browse files
committed
autoscaling off
1 parent f1b5b2b commit 7fe0304

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

charts/console/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A Helm chart for Kubernetes
55
type: application
66

77
# This is the chart version.
8-
version: 0.1.7
8+
version: 0.1.8
99

1010
# This is the version number of the application being deployed.
1111
appVersion: "4.8.0" # https://access.redhat.com/support/policy/updates/openshift # paragraph "OpenShift Support Matrix"

charts/console/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ metadata:
88
labels:
99
{{- include "openshift-console.labels" . | nindent 4 }}
1010
spec:
11-
{{- if not .Values.autoscaling.enabled }}
1211
replicas: {{ .Values.replicaCount }}
13-
{{- end }}
1412
selector:
1513
matchLabels:
1614
{{- include "openshift-console.selectorLabels" . | nindent 6 }}

0 commit comments

Comments
 (0)