Remove test artifact.
This commit is contained in:
@@ -1,23 +1,22 @@
|
|||||||
# Your Wild Cloud
|
# Test Wild Cloud Environment
|
||||||
|
|
||||||
## One-time Setup
|
This directory is a test Wild Cloud home for debugging scripts and commands.
|
||||||
|
|
||||||
Congratulations! Everything you need for setting up and managing your wild-cloud is in this directory.
|
## Usage
|
||||||
|
|
||||||
Just run:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wild-setup
|
cd test/test-cloud
|
||||||
|
wild-app-fetch <app-name>
|
||||||
|
wild-app-add <app-name>
|
||||||
|
wild-app-deploy <app-name>
|
||||||
|
# etc.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using your wild-cloud
|
## Files
|
||||||
|
|
||||||
### Installing Wild Cloud apps
|
- `config.yaml` - Test configuration values
|
||||||
|
- `secrets.yaml` - Test secrets (safe to modify)
|
||||||
|
- `apps/` - Added apps for testing
|
||||||
|
- `.wildcloud/cache/` - Cached app definitions
|
||||||
|
|
||||||
```bash
|
This environment is isolated and safe for testing Wild Cloud functionality.
|
||||||
wild-apps-list
|
|
||||||
wild-app-fetch <app>
|
|
||||||
wild-app-config <app>
|
|
||||||
wild-app-deploy <app>
|
|
||||||
# Optional: Check in app templates.
|
|
||||||
```
|
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
operator:
|
|
||||||
email: test@domain.tld
|
|
||||||
cloud:
|
|
||||||
baseDomain: domain.tld
|
|
||||||
domain: cloud.domain.tld
|
|
||||||
internalDomain: internal.cloud.domain.tld
|
|
||||||
cluster:
|
|
||||||
name: cloud-domain-tld
|
|
Reference in New Issue
Block a user