chore(cli): Removed appName from config schema. This is redundant to metadata name
This commit is contained in:
parent
5f0eccd315
commit
5d6fd8fc59
9 changed files with 14 additions and 68 deletions
3
apply.md
3
apply.md
|
|
@ -35,7 +35,6 @@ metadata:
|
|||
name: "edge-app-demo"
|
||||
spec:
|
||||
k8sApp: # App definition
|
||||
appName: "edge-app-demo"
|
||||
appVersion: "1.0.0"
|
||||
manifestFile: "./k8s-deployment.yaml"
|
||||
infraTemplate: # Instance deployment targets
|
||||
|
|
@ -330,4 +329,4 @@ examples/apply/
|
|||
└── with-network.yaml # Network configuration example
|
||||
```
|
||||
|
||||
This blueprint provides a systematic approach to implementing the apply command while maintaining consistency with existing CLI patterns and ensuring robust error handling and user experience.
|
||||
This blueprint provides a systematic approach to implementing the apply command while maintaining consistency with existing CLI patterns and ensuring robust error handling and user experience.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue