Update templates

This commit is contained in:
Cyber MacGeddon 2025-03-25 19:12:29 +00:00
parent fcb28e3a47
commit 2f02e1ebf8
2 changed files with 2 additions and 3 deletions

View file

@ -43,5 +43,5 @@ local url = import "values/url.jsonnet";
}, },
} + prompts }

View file

@ -27,12 +27,11 @@ local url = import "values/url.jsonnet";
.with_port(8080, 8080, "metrics"); .with_port(8080, 8080, "metrics");
engine.resources([ engine.resources([
envSecrets,
containerSet, containerSet,
service, service,
]) ])
}, },
} + prompts }