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 e8522f5 commit 6dd0476Copy full SHA for 6dd0476
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.2.1
+version: 0.2.2
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
@@ -65,7 +65,7 @@ spec:
65
- name: BRIDGE_USER_AUTH_OIDC_ISSUER_URL
66
value: {{ .Values.bridgeEnvironmentVariables.BRIDGE_USER_AUTH_OIDC_ISSUER_URL }}
67
- name: BRIDGE_V
68
- value: {{ .Values.verbosity }}
+ value: {{ .Values.verbosity | quote }}
69
{{- with .Values.nodeSelector }}
70
nodeSelector:
71
{{- toYaml . | nindent 8 }}
0 commit comments