How would I update a single container
of a Pod defined in a different module?
#17
-
I am importing a If the So I could say e.g. Have you thought about this already? Could we find a way to make this happen? So that in Nix |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sorry, answered my own question 😅 Actually it already is implemented that way! ( So I could write |
Beta Was this translation helpful? Give feedback.
-
For future travelers, I've added a section to the docs which declares this functionality: https://kubenix.org/examples/helm/#patching |
Beta Was this translation helpful? Give feedback.
Sorry, answered my own question 😅
Actually it already is implemented that way! (
coerceAttrsOfSubmodulesToListByKey
)So I could write
containers."<name>".ports = ...
.