We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b5b2b commit 7fe0304Copy full SHA for 7fe0304
charts/console/Chart.yaml
@@ -5,7 +5,7 @@ description: A Helm chart for Kubernetes
5
type: application
6
7
# This is the chart version.
8
-version: 0.1.7
+version: 0.1.8
9
10
# This is the version number of the application being deployed.
11
appVersion: "4.8.0" # https://access.redhat.com/support/policy/updates/openshift # paragraph "OpenShift Support Matrix"
charts/console/templates/deployment.yaml
@@ -8,9 +8,7 @@ metadata:
labels:
{{- include "openshift-console.labels" . | nindent 4 }}
spec:
- {{- if not .Values.autoscaling.enabled }}
12
replicas: {{ .Values.replicaCount }}
13
- {{- end }}
14
selector:
15
matchLabels:
16
{{- include "openshift-console.selectorLabels" . | nindent 6 }}
0 commit comments