refactor(yaml): Moved organisation to metadata
This commit is contained in:
parent
0f3cc90b01
commit
bc524c3b0e
5 changed files with 16 additions and 16 deletions
|
|
@ -4,6 +4,7 @@ kind: edgeconnect-deployment
|
|||
metadata:
|
||||
name: "edge-app-demo" # name could be used for appName
|
||||
appVersion: "1.0.0"
|
||||
organization: "edp2"
|
||||
spec:
|
||||
# dockerApp: # Docker is OBSOLETE
|
||||
# appVersion: "1.0.0"
|
||||
|
|
@ -12,8 +13,7 @@ spec:
|
|||
k8sApp:
|
||||
manifestFile: "./k8s-deployment.yaml"
|
||||
infraTemplate:
|
||||
- organization: "edp2"
|
||||
region: "EU"
|
||||
- region: "EU"
|
||||
cloudletOrg: "TelekomOP"
|
||||
cloudletName: "Munich"
|
||||
flavorName: "EU.small"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue