fix(generator): replace gotmpl with gomplate

This commit is contained in:
asimon 2026-01-25 12:15:49 +01:00
parent 5e479f3662
commit a8acaf7143
7 changed files with 12 additions and 12 deletions

View file

@ -100,7 +100,7 @@ Use Go templates for more complex file generation:
hooks = {
dockerfile = {
output = "Dockerfile";
generator = "gotmpl";
generator = "gomplate";
data = {
baseImage = "node:18-alpine";
workdir = "/app";
@ -331,7 +331,7 @@ in {
hooks = {
kubernetes-manifest = {
output = "k8s/deployment.yaml";
generator = "gotmpl";
generator = "gomplate";
data = {
app = {
name = "my-app";