package
0.28.0
Repository: https://github.com/bitnami-labs/sealed-secrets.git
Documentation: pkg.go.dev

# 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.

# Interfaces