Disable line wrapping base64 output (#10724)
This commit is contained in:
committed by
k8s-ci-robot
parent
b17c9018f1
commit
8d8c55a8d5
@@ -110,8 +110,8 @@ metadata:
|
||||
name: mysecret
|
||||
type: Opaque
|
||||
data:
|
||||
password: $(echo -n "s33msi4" | base64)
|
||||
username: $(echo -n "jane" | base64)
|
||||
password: $(echo -n "s33msi4" | base64 -w0)
|
||||
username: $(echo -n "jane" | base64 -w0)
|
||||
EOF
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user