diff --git a/my_deploy.sh b/my_deploy.sh
index e14f4f54032600e3492204a2f0a5aac3fac29c52..3c590b9dc34316eabb913ece45b7aa8bcf5e43ff 100755
--- a/my_deploy.sh
+++ b/my_deploy.sh
@@ -123,9 +123,6 @@ export CRDB_PASSWORD="tfs123"
 # Set the database name to be used by Context.
 export CRDB_DATABASE="tfs"
 
-# Set the database to be used by the QoSProfile component
-export CRDB_DATABASE_QOSPROFILE="tfs_qos_profile"
-
 # Set CockroachDB installation mode to 'single'. This option is convenient for development and testing.
 # See ./deploy/all.sh or ./deploy/crdb.sh for additional details
 export CRDB_DEPLOY_MODE="single"