refactor(yaml): Moved organisation to metadata

This commit is contained in:
Patrick Sy 2025-10-07 16:30:57 +02:00
parent 0f3cc90b01
commit bc524c3b0e
5 changed files with 16 additions and 16 deletions

View file

@ -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"