# Functions
parseFromFile parses a value of the kubectl --from-file flag, which can optionally include an item name preceding the first equals sign.
Seal reads a k8s Secret resource parsed from an input reader by a given codec, encrypts all its secrets with a given public key, using the name and namespace found in the input secret, unless explicitly overridden by the overrideName and overrideNamespace arguments.