Skip to content

Commit

Permalink
chore: fix the bash quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Mar 26, 2024
1 parent 5c20af7 commit 437b457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transition-scripts/helpers/helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ upgrade_helm_standby() {
target_port=$(get_tsc_target_port "$namespace" "sso-patroni")

if [ -z "$standby_pvc_size" ]; then
pvc_set="--set patroni.persistentVolume.size=active_pvc_size"
pvc_set='--set patroni.persistentVolume.size=active_pvc_size'
else
pvc_set=""
fi
Expand Down

0 comments on commit 437b457

Please sign in to comment.