argo: passmower helm + extras didn't work out

Kustomize should be able to auto-generate Helm as well.
This commit is contained in:
2025-01-02 01:02:23 +02:00
parent 21beb2332c
commit b71a872c09
5 changed files with 695 additions and 24 deletions

View File

@@ -26,5 +26,6 @@ For good examples refer to [Grafana](https://git.k-space.ee/k-space/kube/src/bra
Passmower was deployed with Helm chart:
```
helm template --include-crds -n passmower passmower oci://ghcr.io/passmower/charts/passmower -f passmower/values.yaml > passmower/application.yaml
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
```