Fix k8s with_user invocation

This commit is contained in:
Cyber MacGeddon 2025-01-07 18:49:43 +00:00
parent c7e76ffc2f
commit 6516ecef1e

View file

@ -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 + {