Make macOS standard usage (#9422)
This commit is contained in:
committed by
k8s-ci-robot
parent
78eafc7c22
commit
bb818a9b41
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user