No description
- Rust 100%
| foundation | Fix zitadel bringup | |
| test-config | Extend install timeout | |
| zitadel-setup | Rename some things | |
| LICENSE.md | Add AGPLv3 license ( #5 ) | |
| .gitignore | Start zitadel-setup tooling | |
| Cargo.lock | Persist state | |
| Cargo.toml | Start zitadel-setup tooling | |
| mock-config.json | Persist state | |
| README.md | Persist state | |
| renovate.json | Add renovate.json | |
Apps for Monkey Wrench
WIP: This is at a very early stage and likely contains bugs. Do not use without caution.
Local testing
- Create a KinD cluster for local testing (requires docker)
kind create cluster --config kind.yaml
- Switch your context to the new cluster
kubectl config use-context kind-monkey-wrench
- Deploy initial manifests (needs
helmright now)kubectl kustomize --enable-helm ./foundation | kubectl apply -f - --server-side
- Initialize cluster config
kubectl -n monkey-wrench-system create configmap config --from-file=config=mock-config.json