cli icon indicating copy to clipboard operation
cli copied to clipboard

add ability to override ints in compose files with 0

Open mspiess opened this issue 3 years ago • 0 comments

fixes #3293

- What I did Allow the number for replicas to be overridden with 0 when using multiple compose files.

- How I did it I added a custom merge function for the type *uint64. Maybe there is a more elegant way, but I was struggling to find documentation or examples for the used library "mergo". This issue of the library might be related.

- How to verify it See the reproduction steps in the linked issue.

- Description for the changelog Fix overriding ints with 0 when using multiple compose files

:whale: Signed-off-by: Marco Spiess [email protected]

mspiess avatar Oct 12 '22 18:10 mspiess