No description
- Shell 92.7%
- Makefile 7.3%
| .github | ||
| apps | ||
| clusters/production | ||
| docs | ||
| hack | ||
| image-automation | ||
| infrastructure | ||
| keys | ||
| notifications | ||
| secrets | ||
| .gitignore | ||
| .sops.yaml | ||
| Makefile | ||
| README.md | ||
landscape-tools
Overview
This repository contains the deployment descriptions for the On Metal tools landcape.
Installation, Usage and Development
The docs folder contains the documentation for installation and operation tasks.
.
├── apps
│ ├── base # collection of baseline applications
│ │ ├── gitlab-runners-gardenlinux
│ │ ├── harbor
│ │ └── jitsi
│ ├── onmetal-ci
│ ├── gardenlinux-ci
│ └── onmetal-tools
├── clusters
│ └── production # entry point for flux bootstrap
│ ├── onmetal-ci
│ ├── gardenlinux-ci
│ └── onmetal-tools
├── docs
├── hack # helper scripts especially for SOPS credentials handling
├── infrastructure
│ ├── base # baseline controller deployments
│ │ ├── cert-manager
│ │ ├── harbor
│ │ └── sources
│ └── basic
├── keys
├── notifications # cluster specific notification configuration
│ ├── base
│ ├── onmetal-ci
│ ├── gardenlinux-ci
│ └── onmetal-tools
└── secrets # collection of various SOPS encoded secrets
Contributing
We'd love to get feedback from you. Please report bugs, suggestions or post questions by opening a GitHub issue.