mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2026-06-13 04:59:10 +00:00
release
This commit is contained in:
Vendored
+1
-1
@@ -39,7 +39,7 @@ podTemplate(
|
||||
stage("Get Source") {
|
||||
checkout scm
|
||||
props = readProperties file: "deployment/deploy_env_vars"
|
||||
namespace = "${props.teamid}-${props.root_project}-ns"
|
||||
namespace = "${props.namespace}"
|
||||
}
|
||||
|
||||
stage("Setup AKS") {
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
# Team Settings
|
||||
teamid=dg0200
|
||||
teamid=unicorn
|
||||
root_project=lifesub
|
||||
namespace=unicorn-lifesub-ns
|
||||
|
||||
# Container Registry Settings
|
||||
registry=dg0200cr.azurecr.io
|
||||
registry=unicorncr.azurecr.io
|
||||
image_org=lifesub
|
||||
|
||||
# Application Settings
|
||||
|
||||
Reference in New Issue
Block a user