mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
9 lines
191 B
Markdown
9 lines
191 B
Markdown
### How to test packages local
|
|
|
|
```bash
|
|
cd packages/core/installer
|
|
make image-cozystack REGISTRY=YOUR_CUSTOM_REGISTRY
|
|
make apply
|
|
kubectl delete po -l app=source-controller -n cozy-fluxcd
|
|
```
|