Skip to content

Commit

Permalink
revert dry-run on deploy-to-cluster.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
usu committed May 4, 2024
1 parent df27b33 commit a532c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .helm/deploy-to-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for i in 1; do
values="$values --set postgresql.dbBackupRestoreImage.repository=docker.io/${docker_hub_account}/ecamp3-db-backup-restore"

helm uninstall ecamp3-"$instance_name"-"$i" || true
helm upgrade --install --debug --dry-run ecamp3-"$instance_name"-"$i" $SCRIPT_DIR/ecamp3 $values
helm upgrade --install ecamp3-"$instance_name"-"$i" $SCRIPT_DIR/ecamp3 $values
done

rm -f private.pem
Expand Down

0 comments on commit a532c21

Please sign in to comment.