mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:34:31 +00:00
- switch default git provider to GitLab and add cluster kubecontext settings in prole config - add knoe user/user_role schema grants in GKE and k3s database manifests - extend init_knoe_users bootstrap to create schema tables and provision default users - make deploy pipeline honor configured cluster env and gate GKE-only defaults - update GitLab OIDC default frontdoor host and refresh generated manifest/db metadata Co-authored-by: Junie <junie@jetbrains.com> |
||
|---|---|---|
| .. | ||
| argocd | ||
| manifests | ||
| main.tf | ||
| opentofu.auto.tfvars | ||
| README.md | ||
| terraform.tfstate | ||
| variables.tf | ||
OpenTofu k3s Pipeline
This pipeline re-deploys the Prole environment into a k3s cluster using OpenTofu.
Usage
- Ensure
opentofu.auto.tfvarsis populated (install.py will generate it). - Sync manifests into
deploy/opentofu/k3s/manifests. - Run:
tofu init
tofu plan
tofu apply
Files
main.tf: Applies Kubernetes manifests with the configured namespace.variables.tf: Pipeline inputs (server URL, token, namespace).opentofu.auto.tfvars: Auto-generated values from Prole install/config.manifests/: Copy ofk8s/manifests to re-deploy.