Fab City OS Core Helm Chart for Kubernetes https://gitlab.fabcity.hamburg/software/fab-city-os-core-chart.git
Find a file
2022-06-08 11:36:54 +02:00
templates updated helm chart template configuration files 2022-06-08 11:33:55 +02:00
.envrc Initial commit 2022-05-17 14:38:47 +02:00
.gitignore gitignore helm temporary folders 2022-06-08 11:27:46 +02:00
.helmignore Initial commit 2022-05-17 14:38:47 +02:00
Chart.lock added helm dependency locking file 2022-06-08 11:32:52 +02:00
Chart.yaml updated helm chart description 2022-06-08 11:36:54 +02:00
default.nix Initial commit 2022-05-17 14:38:47 +02:00
flake.lock Initial commit 2022-05-17 14:38:47 +02:00
flake.nix Initial commit 2022-05-17 14:38:47 +02:00
k3d-fcos-dev.yaml added development cluster configuration 2022-06-08 11:32:09 +02:00
README.md added readme notes 2022-06-08 11:35:47 +02:00
shell.nix removed k3s dependency since it's bundled with k3d 2022-06-08 11:26:22 +02:00
values.yaml added initial helm cart template values 2022-06-08 11:35:06 +02:00

Fab City OS Core Kubernetes Helm Chart

Development

System Dependencies

If you are using the Nix Package manager you only need to install direnv to automaticly load all dependencies.

Commands

Start the development cluster

k3d cluster create --config k3d-fcos-dev.yaml

Validate chart rendering

helm install --dry-run fcos-core .