From 08d24bf5aa17b67aa6b5353a153d71698a04a83a Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Tue, 7 Jan 2025 18:50:56 +0000 Subject: [PATCH] Fix k8s with_user invocation (#261) --- templates/engine/k8s.jsonnet | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/engine/k8s.jsonnet b/templates/engine/k8s.jsonnet index 2fec0d1f..dfd8d11f 100644 --- a/templates/engine/k8s.jsonnet +++ b/templates/engine/k8s.jsonnet @@ -14,6 +14,8 @@ with_image:: function(x) self + { image: x }, + with_user:: function(x) self + { user: x }, + with_command:: function(x) self + { command: x }, with_environment:: function(x) self + {