refactor(yaml): moved AppVersion into metadata

This commit is contained in:
Patrick Sy 2025-10-07 16:01:38 +02:00
parent cc8b9e791b
commit 06f921963a
8 changed files with 57 additions and 64 deletions

View file

@ -3,13 +3,13 @@
kind: edgeconnect-deployment
metadata:
name: "edge-app-demo" # name could be used for appName
appVersion: "1.0.0"
spec:
# dockerApp: # Docker is OBSOLETE
# appVersion: "1.0.0"
# manifestFile: "./docker-compose.yaml"
# image: "https://registry-1.docker.io/library/nginx:latest"
k8sApp:
appVersion: "1.0.0"
manifestFile: "./k8s-deployment.yaml"
infraTemplate:
- organization: "edp2"