Skip to content

Commit a799895

Browse files
committed
Add reminders about replicating changes to DR
1 parent 16ea2c4 commit a799895

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/helm/deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ elif [ "$environment" = "vc2" ]; then
2929

3030
elif [ "$environment" = "vc1" ]; then
3131
namespace="d027a8-test"
32+
echo "You are making changes to a namespace that is replicated in the Gold and Gold DR clusters. Please ensure that you run this script in both clusters."
3233

3334
elif [ "$environment" = "prd" ]; then
3435
namespace="d027a8-prod"
36+
echo "You are making changes to a namespace that is replicated in the Gold and Gold DR clusters. Please ensure that you run this script in both clusters."
3537
echo "You are making changes to the live production environment of a critical health application. Type DEPLOY TO PRODUCTION to proceed."
3638
read confirm && [ "$confirm" = "DEPLOY TO PRODUCTION" ] || exit 1
3739

0 commit comments

Comments
 (0)