chore(upgrade): updating vars.yaml for fragmented values
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
9704c9ee5a
commit
57af83dd48
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ patch(){
|
|||
# Coverting caps env var to small ansible variable.
|
||||
# In chalice EMAIL_HOST translates to email_host in vars.yaml
|
||||
# Ref: https://stackoverflow.com/questions/2264428/how-to-convert-a-string-to-lower-case-in-bash
|
||||
sed -i "s#${var,,}.*#${var,,}: \"$old_val\"#g" vars_template.yaml
|
||||
sed -i "s#${var,,}.*#${var,,}: \"$old_val\"#g" vars.yaml
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue