No description
This repository has been archived on 2026-05-06. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-09-17 13:57:35 +02:00
deployment fix: update rustical image tag to version 0.9.6 in deployment.yaml 2025-09-17 13:57:35 +02:00
development fix: update rustical image tag to version 0.9.6 in deployment.yaml 2025-09-17 13:57:35 +02:00
.gitignore feat: initial commit 2025-09-17 01:53:27 +02:00
.gitlab-ci.yml feat: initial commit 2025-09-17 01:53:27 +02:00
.sops.yaml feat: initial commit 2025-09-17 01:53:27 +02:00
kustomize-build.sh feat: initial commit 2025-09-17 01:53:27 +02:00
README.md feat: initial commit 2025-09-17 01:53:27 +02:00
renovate.json feat: initial commit 2025-09-17 01:53:27 +02:00
setup-local-repo-after-checkout.sh feat: initial commit 2025-09-17 01:53:27 +02:00

Rustical

https://lennart-k.github.io/rustical/

Run setup-local-repo-after-checkout.sh directly after checkout.

Please edit the code within the development directory and run kustomize-build.sh.

What is in this repository?

  • development - The editable deployment configuration.
  • deployment - The generated deployment files from development
  • kustomize-build.sh - A script to quickly output the Kubernetes manifests.
    It also generates the deployment from the development.
  • setup-local-repo-after-checkout.sh - configures git push remotes and installs git pre-commit hook.