Fix k8s with_user invocation (#261)

This commit is contained in:
cybermaggedon 2025-01-07 18:50:56 +00:00 committed by GitHub
parent c7e76ffc2f
commit 08d24bf5aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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