Hybrid cloud cluster monorepo with Ansible, K8s, NixOS, and Terraform. cute.haus
ansible terraform nix k8s
1

Configure Feed

Select the types of activity you want to include in your feed.

ci: helm templating check with values

Aly Raffauf (Jun 25, 2026, 2:08 PM EDT) 2369d10e bc8b7d5f

+1 -1
+1 -1
.github/workflows/check-config.yml
··· 40 40 [[ "$name" == "common" ]] && continue 41 41 echo "::group::$name" 42 42 helm dependency update "$chart" >/dev/null 43 - helm template "$chart" >/dev/null 43 + helm template "$chart" -f k8s/values/global.yaml >/dev/null 44 44 echo "::endgroup::" 45 45 done 46 46