Make macOS standard usage (#9422)
This commit is contained in:
committed by
k8s-ci-robot
parent
78eafc7c22
commit
bb818a9b41
@@ -113,7 +113,7 @@ resources:
|
||||
|
||||
To create a new secret perform the following steps:
|
||||
|
||||
1. Generate a 32 byte random key and base64 encode it. If you're on Linux or Mac OS X, run the following command:
|
||||
1. Generate a 32 byte random key and base64 encode it. If you're on Linux or macOS, run the following command:
|
||||
|
||||
```
|
||||
head -c 32 /dev/urandom | base64
|
||||
|
||||
Reference in New Issue
Block a user