You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
32
33
33
34
elif [ "$environment"="prd" ];then
34
35
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."
35
37
echo"You are making changes to the live production environment of a critical health application. Type DEPLOY TO PRODUCTION to proceed."
36
38
read confirm && [ "$confirm"="DEPLOY TO PRODUCTION" ] ||exit 1
0 commit comments