Skip to content

Commit 6dd0476

Browse files
committed
quote
1 parent e8522f5 commit 6dd0476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.1
8+
version: 0.2.2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
- name: BRIDGE_USER_AUTH_OIDC_ISSUER_URL
6666
value: {{ .Values.bridgeEnvironmentVariables.BRIDGE_USER_AUTH_OIDC_ISSUER_URL }}
6767
- name: BRIDGE_V
68-
value: {{ .Values.verbosity }}
68+
value: {{ .Values.verbosity | quote }}
6969
{{- with .Values.nodeSelector }}
7070
nodeSelector:
7171
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)