5
1
Fork
You've already forked apps
2
No description
  • Rust 100%
2026年02月22日 16:21:22 +01:00
foundation Fix zitadel bringup 2026年02月22日 14:06:55 +01:00
test-config Extend install timeout 2025年10月19日 20:06:59 +02:00
zitadel-setup Rename some things 2026年02月22日 16:21:22 +01:00
LICENSE.md Add AGPLv3 license ( #5 ) 2026年02月22日 14:19:49 +01:00
.gitignore Start zitadel-setup tooling 2026年02月21日 23:28:51 +01:00
Cargo.lock Persist state 2026年02月22日 16:07:09 +01:00
Cargo.toml Start zitadel-setup tooling 2026年02月21日 23:28:51 +01:00
mock-config.json Persist state 2026年02月22日 16:07:09 +01:00
README.md Persist state 2026年02月22日 16:07:09 +01:00
renovate.json Add renovate.json 2026年02月21日 21:32:00 +00:00

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 helm right 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