fix(pipeline): added edge connect login data
This commit is contained in:
parent
9cbe3875b9
commit
a5ebeff989
2 changed files with 4 additions and 1 deletions
|
|
@ -16,3 +16,6 @@ jobs:
|
|||
id: deploy
|
||||
with:
|
||||
configFile: ./EdgeConnectConfig.yaml
|
||||
baseUrl: https://hub.apps.edge.platform.mg3.mdb.osc.live
|
||||
username: ${{ secrets.EDGEXR_PLATFORM_USERNAME }}
|
||||
password: ${{ secrets.EDGEXR_PLATFORM_PASSWORD }}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ spec:
|
|||
appVersion: "1.0.0"
|
||||
manifestFile: "./k8s-deployment.yaml" # store hash of the manifest file in annotation field. Annotations is a comma separated map of arbitrary key value pairs,
|
||||
infraTemplate:
|
||||
- organization: "edp2"
|
||||
- organization: "dev-framework"
|
||||
region: "EU"
|
||||
cloudletOrg: "TelekomOP"
|
||||
cloudletName: "Munich"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue