mirror of
https://github.com/holos-run/holos.git
synced 2026-03-19 16:54:58 +00:00
Without this patch, the pattern of echoing data (without -n) or editing files in a directory to represent the keys of a secret results in a trailing newline in the kubernetes Secret. This patch trims off the trailing newline by default, with the option to preserve it with the --trim-trailing-newlines=false flag.