mirror of
https://gitlab.com/TECHNOFAB/soonix.git
synced 2026-02-02 07:15:06 +01:00
fix(generator): replace gotmpl with gomplate
This commit is contained in:
parent
5e479f3662
commit
a8acaf7143
7 changed files with 12 additions and 12 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue