chore(upgrade): remove sed template / as this is a valid password
string. Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
9069e989d7
commit
c8c6e98286
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ patch(){
|
|||
for var in ${vars[@]};do
|
||||
# Get old value
|
||||
old_val=`grep $var ${openreplay_old_dir}/scripts/helm/app/chalice.yaml|xargs`
|
||||
sed -i "s/${var}.*/$old_val/g" app/chalice.yaml
|
||||
sed -i "s#${var}.*#$old_val#g" app/chalice.yaml
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue