Skip to content

Commit bb6e1ff

Browse files
committed
fix for deploy openshift mon
1 parent 4423b34 commit bb6e1ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitoring/bin/deploy_monitoring_openshift.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ helm upgrade --install $helmDebug \
214214
--set 'grafana\.ini'.server.serve_from_sub_path="$grafanaSubPath" \
215215
$versionstring \
216216
--atomic \
217-
"${grafanaPwd:-}" \
218-
"${extraArgs:-}" \
217+
${grafanaPwd:-} \
218+
${extraArgs:-} \
219219
v4m-grafana \
220220
"$chart2install"
221221

0 commit comments

Comments
 (0)