This message was deleted.
# kubernetes
s
This message was deleted.
g
I think a transformation is your answer here, but it means you might need to remove the fields one by one.
c
@gentle-diamond-70147 That would be a pain in the ass because used in multiple places. It would be nice to support this somehow from pulumi.
g
Not sure I follow in terms of "multiple places" - can you elaborate?
c
In the traefik helm chart the
.Values.metrics
condition used in multiple places, e.g.: deployment "ports" section, command-line arguments, etc. That's why I said it's hard to remove from everywhere with transformations, it's possible of course, but wouldn't be a maintainable code (e.g.: a next helm chart version adds more sections based on the same condition)