Updates docs.
This commit is contained in:
@@ -227,11 +227,10 @@ cluster:
|
||||
### From Repository to Deployment
|
||||
|
||||
1. **Template Storage**: Templates stored in repository with placeholder variables
|
||||
2. **Template Fetching**: `wild-app-fetch` copies templates to user cache
|
||||
3. **Configuration Merge**: `wild-app-add` merges app defaults with user config
|
||||
4. **Template Compilation**: gomplate processes templates with user data
|
||||
5. **Manifest Generation**: Final Kubernetes manifests created in user directory
|
||||
6. **Deployment**: `wild-app-deploy` applies manifests to cluster
|
||||
2. **Configuration Merge**: `wild-app-add` reads templates directly from repository and merges app defaults with user config
|
||||
3. **Template Compilation**: gomplate processes templates with user data
|
||||
4. **Manifest Generation**: Final Kubernetes manifests created in user directory
|
||||
5. **Deployment**: `wild-app-deploy` applies manifests to cluster
|
||||
|
||||
### Template Variables
|
||||
|
||||
@@ -344,7 +343,6 @@ wild-setup # Deploy infrastructure
|
||||
**Daily Operations**:
|
||||
```bash
|
||||
wild-apps-list # Browse available apps
|
||||
wild-app-fetch ghost # Download app templates
|
||||
wild-app-add ghost # Configure app
|
||||
wild-app-deploy ghost # Deploy to cluster
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user