passmower helm kustomize

This commit is contained in:
2025-08-04 12:18:16 +03:00
parent f88d4bb8e2
commit 882ffdd92a
3 changed files with 19 additions and 701 deletions

View File

@@ -21,11 +21,10 @@ To add applications refer to the [official docs](https://github.com/passmower/pa
For good examples refer to [Grafana](https://git.k-space.ee/k-space/kube/src/branch/master/grafana/application.yml)
# For administrators
Passmower was deployed with Helm chart:
# Deployment
With ArgoCD. Render it locally:
```
echo "# Generated file, DO NOT EDIT!" > passmower/application.yaml
helm template --include-crds -n passmower passmower oci://ghcr.io/passmower/charts/passmower -f passmower/values.yaml >> passmower/application.yaml
```sh
kustomize build . --enable-helm
```