Fix teamspeak namespace

This commit is contained in:
Aram 🍐 2020-12-20 18:00:09 -05:00
parent 7caf2ede09
commit 8aeb5a6b95

View file

@ -116,7 +116,7 @@ teamspeak:deploy:
# Deploy using helm chart
- cd ${TEAMSPEAK_SRC}
- helm upgrade --install teamspeak ./chart/teamspeak
- helm upgrade --install --namespace ${DEPLOY_NAMESPACE} teamspeak ./chart/teamspeak
only:
refs:
- master