-
-
Notifications
You must be signed in to change notification settings - Fork 712
Open
Labels
Description
Add "env" output format suitable for usage with Kubernetes configmap/secret create --from-env-file. This differs from "shell" output format in that values should not be quoted, otherwise they become part of the value.
This could also be accomplished by the "-r" unwrap scalars option working with the "shell" output format.