You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ericsnv
changed the title
Nested complex key values are rendered as the entire parent object when parent is same as prefix
Nested complex key values are rendered as the entire parent object when parent key == child key prefix
Aug 2, 2023
This gets rendered properly:
annotations.vault.hashicorp.com/agent-inject
true
This does not:
vault.annotations.vault.hashicorp.com/agent-inject
{"vault.hashicorp.com/agent-inject":"true"}
Notice that the top-level key is the same as the leaf key's prefix (
vault
).The error is likely in this function
The text was updated successfully, but these errors were encountered: