Make macOS standard usage (#9422)

This commit is contained in:
Luc Perkins
2018-07-18 15:12:16 -07:00
committed by k8s-ci-robot
parent 78eafc7c22
commit bb818a9b41
16 changed files with 27 additions and 27 deletions
@@ -135,7 +135,7 @@ secret "mysecret" created
**Encoding Note:** The serialized JSON and YAML values of secret data are
encoded as base64 strings. Newlines are not valid within these strings and must
be omitted. When using the `base64` utility on Darwin/OS X users should avoid
be omitted. When using the `base64` utility on Darwin/macOS users should avoid
using the `-b` option to split long lines. Conversely Linux users *should* add
the option `-w 0` to `base64` commands or the pipeline `base64 | tr -d '\n'` if
`-w` option is not available.