What's the meaning of the empty value {} in a Helm chart YAML file?
In some Helm charts I see some values.yaml or override_values.yaml files, there are empty values {} in them.
For example
containerSecurityContext: {}
podSecurityContext: {}
What is the purpose of those {} values in the YAML file? Does it mean to use default value or parent folder YAML file value or something else?