wip: towards a helmfile based config scheme

This commit is contained in:
2025-05-13 16:08:16 +02:00
parent abba0999e2
commit aadc6cb305
22 changed files with 607 additions and 302 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
if [[ -f base/kustomization.yaml ]]; then
cat >base/_manifest.yaml
kubectl kustomize base
else
cat
fi